Changes

m
Parantheses in the right place...
Line 359: Line 359:  
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())
Anonymous user