- Welcome to the Kancolle Wiki!
- If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord
Changes
Jump to navigation
Jump to search
Line 5:
Line 5:
− return args.damaged and ship:cg_damaged() or ship:cg() +
+
+
+
no edit summary
function ShipGraphicKai:get_source(ship, args)
function ShipGraphicKai:get_source(ship, args)
if args.damaged then
return ship:cg_damaged()
end
return ship:cg()
end
end