- 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 157:
Line 157:
− +
− if ship:night_bombing() then +
− table.insert(roles, self._night_bombing_label)
− end
fix night bombing
table.insert(roles, format{self._air_power_template, air_power = Formatting:format_stat(ship:air_power())})
table.insert(roles, format{self._air_power_template, air_power = Formatting:format_stat(ship:air_power())})
end
end
if ShipCapabilities:_is_aviation_ship(ship) then
if ShipCapabilities:_is_night_bombing(ship) then
table.insert(roles, self._night_bombing_label)
end
end
if sonar or dc then
if sonar or dc then