Skip to content

Commit

Permalink
THoT S12 Put the sneak-passageway's door on the right hex (fixes #2804)
Browse files Browse the repository at this point in the history
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
4c47318 changed the wrong digit.

This is a cherry-pick from 1.14 to master (fixes #2804) of
bcaac1e (the change) and 5b7aca9 (the changelog).

[ci skip]

(cherry-picked from commit d6661fd)
  • Loading branch information
stevecotton authored and jyrkive committed Oct 7, 2018
1 parent 9160f11 commit 53780f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions changelog.md
Expand Up @@ -2,6 +2,8 @@
### Campaigns
* Eastern Invasion
* Fixed some Lua errors in S05.
* The Hammer of Thursagan
* Fixed a misplaced door image in S12.
* Under the Burning Suns
* Hide technical terrains in the Help browser (Human Ship, Lava overlay).
### Language and i18n
Expand Down
Expand Up @@ -331,7 +331,7 @@
{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 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" 39 13}
{PLACE_IMAGE "scenery/dwarven-doors-closed.png" 26 5}
Expand Down

0 comments on commit 53780f5

Please sign in to comment.