Fix deprecated WFL side number usage

Fixes #5816
This commit is contained in:
Celtic Minstrel 2021-05-29 11:23:04 -04:00
parent 4ee5e41a2e
commit 04455c01b4

View file

@ -224,7 +224,7 @@ Any units adjacent to this unit will fight as if it were dusk when it is night,
[source]
terrain=*^V*
formula="
owner = teleport_unit.side and (unit = teleport_unit or not unit)
owner_side = teleport_unit.side_number and (unit = teleport_unit or not unit)
where
unit = unit_at(loc)
"