mirror of
https://github.com/LostArtefacts/TRX.git
synced 2025-04-28 12:47:58 +03:00
tr2/data: fix missing death tiles in Temple of Xian
This injects the death sector property into six sectors that are missing it in Temple of Xian room 91. Resolves #1920.
This commit is contained in:
parent
f73938dd24
commit
4a7ec6dabc
4 changed files with 7 additions and 1 deletions
|
@ -68,7 +68,11 @@
|
|||
},
|
||||
|
||||
// 15. Temple of Xian
|
||||
{},
|
||||
{
|
||||
"injections": [
|
||||
"data/injections/xian_fd.bin",
|
||||
],
|
||||
},
|
||||
|
||||
// 16. Floating Islands
|
||||
{},
|
||||
|
|
BIN
data/tr2/ship/data/injections/xian_fd.bin
Normal file
BIN
data/tr2/ship/data/injections/xian_fd.bin
Normal file
Binary file not shown.
|
@ -14,6 +14,7 @@
|
|||
- fixed wrongly calculated trapdoor size that could affect custom levels (#1904)
|
||||
- fixed one of the collapsible tiles in Opera House room 184 not triggering (#1902)
|
||||
- fixed being unable to use the drawbridge key in Tibetan Foothills after the flipmap (#1744)
|
||||
- fixed missing death tiles in Temple of Xian room 91 (#1920)
|
||||
|
||||
## [0.6](https://github.com/LostArtefacts/TRX/compare/tr2-0.5...tr2-0.6) - 2024-11-06
|
||||
- added a fly cheat key (#1642)
|
||||
|
|
|
@ -42,6 +42,7 @@ decompilation process. We recognize that there is much work to be done.
|
|||
- fixed the following floor data issues:
|
||||
- **Opera House**: fixed the trigger under item 203 to trigger it rather than item 204
|
||||
- **Tibetan Foothills**: added missing triggers for the drawbridge in room 96 (after the flipmap)
|
||||
- **Temple of Xian**: fixed missing death tiles in room 91
|
||||
|
||||
#### Cheats
|
||||
- added a fly cheat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue