- 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
mLine 359:
Line 359:
− +
Parantheses in the right place...
if self._ship:remodel_from() == self._ship:remodel_to() then
if self._ship:remodel_from() == self._ship:remodel_to() then
self._vars.reversion_cost = format{self._reversion_cost_template,
self._vars.reversion_cost = format{self._reversion_cost_template,
suffix = Ship(self._ship:remodel_to():suffix()),
suffix = Ship(self._ship:remodel_to()):display_suffix(),
level_items = Formatting:format_remodel_level_and_item_cost(self._ship:remodel_to_level(), self._ship:remodel_to_blueprint(), self._ship:remodel_to_catapult()),
level_items = Formatting:format_remodel_level_and_item_cost(self._ship:remodel_to_level(), self._ship:remodel_to_blueprint(), self._ship:remodel_to_catapult()),
resources = Formatting:format_resources(self._ship:remodel_to_cost())
resources = Formatting:format_resources(self._ship:remodel_to_cost())