• 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
m
no ternary life
Line 15: Line 15:  
         hd = true
 
         hd = true
 
     end
 
     end
return args.damaged and ship:cg_damaged(hd) or ship:cg(hd)
+
    if args.damaged then
 +
        return ship:cg_damaged(hd)
 +
    else
 +
        return ship:cg(hd)
 +
    end
 
end
 
end
  
cssedit, gkautomate
6,928

edits

Navigation menu