- 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
Line 368:
Line 368:
− +
Add devmat remodel cost support
function ShipData:remodel_cost()
function ShipData:remodel_cost()
return {fuel = false, ammo = self._remodel_ammo, steel = self._remodel_steel, bauxite = false}
return {fuel = false, ammo = self._remodel_ammo, steel = self._remodel_steel, bauxite = false, development_material = self._remodel_development_material}
end
end