From a6daad9bc068f78be3e121ab7cb86ff41c0c66dd Mon Sep 17 00:00:00 2001 From: Steve Cotton Date: Tue, 15 Sep 2020 08:41:47 +0200 Subject: [PATCH] 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. --- .../scenarios/06b_In_the_Domain_of_Dwarves.cfg | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg b/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg index 776456587dd..4eb2d47c686 100644 --- a/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg +++ b/data/campaigns/Under_the_Burning_Suns/scenarios/06b_In_the_Domain_of_Dwarves.cfg @@ -1205,11 +1205,11 @@ # tentacles appear at start of player’s turn [event] - name=moveto + name=enter_hex [filter] - x=27 - y=17 + x=27-29,28-29 + y=17,18 side=1 [/filter]