Skip to content

Commit

Permalink
Remove trailing whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsc committed Oct 15, 2014
1 parent e6198d7 commit 8352bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data/campaigns/Under_the_Burning_Suns/_main.cfg
Expand Up @@ -170,18 +170,18 @@
code=<<
local _ = wesnoth.textdomain "wesnoth-utbs"
local old_unit_status = wesnoth.theme_items.unit_status

function wesnoth.theme_items.unit_status()
local u = wesnoth.get_displayed_unit()
if not u then return {} end
local s = old_unit_status()

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

return s
end
>>
Expand Down

0 comments on commit 8352bf9

Please sign in to comment.