- 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 330:
Line 330:
− +
Fix
local remodel_level = self._ship:remodel_level()
local remodel_level = self._ship:remodel_level()
if remodel_level or self._ship:remodel_from() then
if remodel_level or self._ship:remodel_from() then
self._vars.build_remodel_info = Formatting:format_remodel_level_and_item_cost(remodel_level, self._ship:remodel_cost(), self._ship:remodel_blueprint(), self._ship:remodel_catapult())
self._vars.build_remodel_info = Formatting:format_remodel_level_and_item_cost(remodel_level, self._ship:remodel_blueprint(), self._ship:remodel_catapult())
else
else
local buildable = self._ship:buildable()
local buildable = self._ship:buildable()