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:
Jonathan-Kelly 2024-09-21 12:42:19 -04:00 committed by GitHub
parent fe7d94a2f2
commit a8d68165ec
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 0 additions and 6 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 678 B

View file

@ -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)."