Changes

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,926

edits