- 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 357:
Line 357:
− +
Those are function calls...
end
end
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():suffix()),