?card: attempted to stop equipment from being filtered out, as equip cards weren't showing up. Don't know if this only works for equip and if I broke the original funtion's intention. This may not work at filtering out errors
Line 151:
Line 151:
card = function(obj)
card = function(obj)
if not obj or not obj.lua_name then
if not obj or not obj.lua_name then
−
return ' '
+
if equipment then --attempted to stop equipment from being filtered out, as equip cards weren't showing up. Don't know if this only works for equip and if I broke the original funtion's intention. This may not work at filtering out errors -chocolatecravinghobo