Skip to content

Commit

Permalink
Fix Cobra alias in TR3R (#784)
Browse files Browse the repository at this point in the history
Resolves #782.
  • Loading branch information
lahm86 authored Nov 1, 2024
1 parent 3b5f218 commit e929c08
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
- added (experimental) support for Linux (#143)
- changed the number of secrets in TR3R Coastal Village to four to match the statistics (#775)
- fixed unreachable item locations in Coastal Village (#774)
- fixed the cobra not rendering properly in TR3R if used cross-level (#782)

## [V1.9.3](https://github.com/LostArtefacts/TR-Rando/compare/V1.9.2...V1.9.3) - 2024-09-29
- added an option to disable underwater corner secrets (#763)
Expand Down
1 change: 1 addition & 0 deletions TRDataControl/Data/Remastered/TR3RDataCache.cs
Original file line number Diff line number Diff line change
Expand Up @@ -140,5 +140,6 @@ public override TR3RAlias GetAlias(TR3Type key)

[TR3Type.DogLondon] = TR3RAlias.DOG_SEWER,
[TR3Type.CobraNevada] = TR3RAlias.COBRA_NEVADA,
[TR3Type.CobraIndia] = TR3RAlias.COBRA,
};
}
1 change: 1 addition & 0 deletions TRLevelControl/Model/TR3/Enums/TR3RAlias.cs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ public enum TR3RAlias
CEILING_SPIKES_WILLSDEN,
CITY_STATUE,
COBRA_NEVADA,
COBRA, // India
CROCODILE_UNDERSEA,
DIVER_UNDERSEA,
DOG_SCOTLAND_WILLSDEN,
Expand Down

0 comments on commit e929c08

Please sign in to comment.