UtBS: Cut duplicate stun weapon special remnants
Cut extra icon and lua code for 'stun' weapon special. An identical copy was already moved to core by #7323 and stun in UtBS was removed long ago anyway.
This commit is contained in:
parent
fe7d94a2f2
commit
a8d68165ec
2 changed files with 0 additions and 6 deletions
Binary file not shown.
Before Width: | Height: | Size: 678 B |
|
@ -16,12 +16,6 @@ function wesnoth.interface.game_display.unit_status()
|
|||
} })
|
||||
end
|
||||
|
||||
if u.status.stunned then
|
||||
table.insert(s, { "element", { image = "misc/stunned-status-icon.png",
|
||||
tooltip = _ "stunned: This unit is stunned. It cannot enforce its Zone of Control."
|
||||
} } )
|
||||
end
|
||||
|
||||
if u.status.dazed then
|
||||
table.insert(s, { "element", { image = "misc/dazed-status-icon.png",
|
||||
tooltip = _ "dazed: This unit is dazed. It suffers a -10% penalty to both its defense and chance to hit (except for magical attacks)."
|
||||
|
|
Loading…
Add table
Reference in a new issue