- 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 157:
Line 157:
− +
Fix remodel_level()
function ShipData:remodel_level(raw)
function ShipData:remodel_level(raw)
return self.format_stat(self._remodel_level)
return self:format_stat(self._remodel_level, raw)
end
end