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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue