THoT S12 Put the sneak-passageway's door on the right hex (fixes #2804)
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 in4c473187e6
changed the wrong digit. This is a cherry-pick from 1.14 to master (fixes #2804) ofbcaac1ef
(the change) and5b7aca97
(the changelog). [ci skip] (cherry-picked from commitd6661fdb80
)
This commit is contained in:
parent
9160f11297
commit
53780f5165
2 changed files with 3 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
Loading…
Add table
Reference in a new issue