Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:ShipData
(view source)
Revision as of 16:32, 18 August 2018
14 bytes added
,
6 years ago
m
no edit summary
Line 205:
Line 205:
api_id = self:api_id()
api_id = self:api_id()
if api_id then
if api_id then
−
return Formatting:ship_battle_card(api_id, self:unique_name(), self:type(), self._battle_card_extension, hd)
+
return Formatting:ship_battle_card(api_id, self:unique_name(), self:type(), self._battle_card_extension
, false
, hd)
end
end
return self._battle_card
return self._battle_card
Line 223:
Line 223:
api_id = self:api_id()
api_id = self:api_id()
if api_id then
if api_id then
−
return Formatting:ship_battle_card_damaged(api_id, self:unique_name(), self:type(), self._battle_card_damaged_extension, hd)
+
return Formatting:ship_battle_card_damaged(api_id, self:unique_name(), self:type(), self._battle_card_damaged_extension
, false
, hd)
end
end
return self._battle_card_damaged
return self._battle_card_damaged
がか
cssedit, gkautomate
7,064
edits