Changes

no edit summary
Line 5: Line 5:     
function EquipmentGraphicKai:create_equip(args)
 
function EquipmentGraphicKai:create_equip(args)
if args.name then
+
return Equipment(args[1])
return Equipment(args.name)
  −
else
  −
return Equipment(args[1])
  −
end
   
end
 
end
  
Anonymous user