- 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 564:
Line 564:
− +
Fix Wa-class returning null for air_power
local air_power = 0
local air_power = 0
local slots_length = self:slots_length()
local slots_length = self:slots_length()
if not slots_length or slots_length == 0 then
if not slots_length then
air_power = self._as_rating
air_power = self._as_rating
end
end