mirror of
https://github.com/wesnoth/wesnoth
synced 2025-05-02 22:21:22 +00:00
fix teleport message. (#5824)
Fix #5816 issue . 04455c0 commit forget second owner and unit.side in formula.
This commit is contained in:
parent
bb31ef1944
commit
128869d897
@ -232,7 +232,7 @@ Any units adjacent to this unit will fight as if it were dusk when it is night,
|
||||
|
||||
[target]
|
||||
terrain=*^V*
|
||||
formula="owner = teleport_unit.side and not unit_at(loc)"
|
||||
formula="owner_side = teleport_unit.side_number and not unit_at(loc)"
|
||||
[/target]
|
||||
|
||||
[filter]
|
||||
|
Loading…
x
Reference in New Issue
Block a user