Open main menu
Home
Random
Nearby
Log in
Settings
About Kancolle Wiki
Disclaimers
Kancolle Wiki
Search
Changes
← Older edit
Newer edit →
Module:Calc
(view source)
Revision as of 06:35, 20 February 2020
7 bytes added
,
4 years ago
m
no edit summary
Line 142:
Line 142:
if obj.hp then
if obj.hp then
if obj:id() >= 1501 then
if obj:id() >= 1501 then
−
return string.format("[[File:Enemy Icon %s.png|100px]]", obj:
name
():gsub('- Damaged', 'Damaged'))
+
return string.format("[[File:Enemy Icon %s.png|100px]]", obj:
unique_name
():gsub('- Damaged', 'Damaged'))
else
else
return string.format("[[File:Ship Icon %s.png|100px]]", obj:name())
return string.format("[[File:Ship Icon %s.png|100px]]", obj:name())
がか
cssedit, gkautomate
7,064
edits