THoT S12 Fix some "x=" tests that should be "x,y=" tests
Taking the chest south of the start hid the door and chest that are north of the start. The sneak-door opened much earlier in the level, allowing the undead from the south-east lich to go north to the spider room. The ghosts and nightstalkers that are supposed to ambush the player's forces in the south (after opening the 3-hex door) instead go north and end up joining the spider fight. The slower-moving undead also go north, and are easily fought one-by-one in the sneak passage instead of the south-east.
This commit is contained in:
parent
50051b1501
commit
a56fd6400f
1 changed files with 2 additions and 2 deletions
|
@ -800,7 +800,7 @@
|
|||
[/gold]
|
||||
|
||||
[remove_item]
|
||||
x=15,38
|
||||
x,y=15,38
|
||||
[/remove_item]
|
||||
[/event]
|
||||
|
||||
|
@ -827,7 +827,7 @@
|
|||
name=moveto
|
||||
[filter]
|
||||
side=1
|
||||
x=55,33
|
||||
x,y=55,33
|
||||
[/filter]
|
||||
|
||||
[message]
|
||||
|
|
Loading…
Add table
Reference in a new issue