• 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 368: Line 368:     
function ShipData:remodel_cost()
 
function ShipData:remodel_cost()
return {fuel = false, ammo = self._remodel_ammo, steel = self._remodel_steel, bauxite = false, development_material = self._remodel_development_material}
+
return {fuel = false, ammo = self._remodel_ammo, steel = self._remodel_steel, bauxite = false, development_material = self._remodel_development_material, screw = false}
 
end
 
end
   Line 384: Line 384:     
function ShipData:scrap()
 
function ShipData:scrap()
return {fuel = self._scrap_fuel, ammo = self._scrap_ammo, steel = self._scrap_steel, bauxite = self._scrap_baux, development_material = false}
+
return {fuel = self._scrap_fuel, ammo = self._scrap_ammo, steel = self._scrap_steel, bauxite = self._scrap_baux, devmat = false, screw = false}
 
end
 
end
  
Anonymous user

Navigation menu