• 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
no edit summary
Line 5: Line 5:     
function ShipGraphicKai:get_source(ship, args)
 
function ShipGraphicKai:get_source(ship, args)
return args.damaged and ship:cg_damaged() or ship:cg()
+
return args.damaged and (ship:no_damaged_cg() and "no_damaged_cg" or ship:cg_damaged()) or ship:cg()
 
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu