THoT S12 Put the sneak-passageway's door on the right hex

This matches with the "Another old caved-in passageway..." event
around line 835, the trigger is on 55,33 and the walls that open are

        [terrain]
            x=55,55
            y=34,35
            terrain=Uu
        [/terrain]

Debian bug #483893, for which the original fix in
4c473187e6 changed the wrong digit.
This commit is contained in:
Steve Cotton 2018-04-01 03:25:01 +02:00 committed by Charles Dang
parent 7e279748cc
commit bcaac1efef

View file

@ -331,7 +331,7 @@
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 40 42} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 40 42}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 21 55} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 21 55}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 21 54} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 21 54}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 53 33} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 55 34}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 23 4} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 23 4}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 39 13} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 39 13}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 26 5} {PLACE_IMAGE "scenery/dwarven-doors-closed.png" 26 5}