• 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
Woops...
Line 58: Line 58:  
}
 
}
   −
function EnemyShipInfoKai:bg_color(ship)
+
function EnemyShipInfoKai:bg_color()
local back = ship:back()
+
local back = self._ship:back()
 
self._vars.top_bg_color, self._vars.top_extra_style = Formatting:format_ship_back(back), ""
 
self._vars.top_bg_color, self._vars.top_extra_style = Formatting:format_ship_back(back), ""
 
end
 
end
   −
function EnemyShipInfoKai:class(ship)
+
function EnemyShipInfoKai:class()
 
self._vars.class = self._abyssal_class
 
self._vars.class = self._abyssal_class
 
end
 
end
   −
function EnemyShipInfoKai:image(ship)
+
function EnemyShipInfoKai:image()
 
self._vars.image = Formatting:format_image("Empty ship slot.png") --placeholder
 
self._vars.image = Formatting:format_image("Empty ship slot.png") --placeholder
 
end
 
end
Anonymous user

Navigation menu