UtBS S06b: Make the warning about the tentacles an enter_hex instead of a moveto

If you try to move straight into the water, the explorer should stop at the
lake edge and comment about where they're going. Trivial change, mainly because
I was using a fast unit for debugging and wondered why I hadn't triggered the
lake monsters.
This commit is contained in:
Steve Cotton 2020-09-15 08:41:47 +02:00 committed by Steve Cotton
parent 3bf3717e64
commit a6daad9bc0

View File

@ -1205,11 +1205,11 @@
# tentacles appear at start of players turn
[event]
name=moveto
name=enter_hex
[filter]
x=27
y=17
x=27-29,28-29
y=17,18
side=1
[/filter]