Changes

no edit summary
Line 475: Line 475:  
   data.remodellv = ship:remodel_level() or ""
 
   data.remodellv = ship:remodel_level() or ""
 
   data.consumption = {ship:fuel() or "", ship:ammo() or ""}
 
   data.consumption = {ship:fuel() or "", ship:ammo() or ""}
   data.remodelreq = {ship._remodel_steel or 0, ship._remodel_ammo or 0}
+
   data.remodelreq = not ship._remodel_steel and not ship._remodel_ammo and '' or {ship._remodel_steel or 0, ship._remodel_ammo or 0}
 
   data.dismantle = {
 
   data.dismantle = {
 
     ship._scrap_fuel or 0,
 
     ship._scrap_fuel or 0,
cssedit, gkautomate
6,926

edits