Skip to content

Commit

Permalink
#168 - Removed rooms 30 & 34 from burner chip as that can also be on …
Browse files Browse the repository at this point in the history
…saw blade side, making the level impossible.
  • Loading branch information
DanzaG committed Aug 1, 2021
1 parent bdd4e8f commit 28efb9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion TR2RandomizerCore/Randomizers/ItemRandomizer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ private void RepositionItems(List<Location> ItemLocs)
if (i == burnerChipID)
{
//Burner Chip
List<int> AllowedBurnerRooms = new List<int>() { 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 29, 30, 32, 34, 75, 80, 83, 84, 85, 86, 87, 88, 89 };
List<int> AllowedBurnerRooms = new List<int>() { 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 29, 32, 75, 80, 83, 84, 85, 86, 87, 88, 89 };

while (!AllowedBurnerRooms.Contains(RandomLocation.Room))
{
Expand Down
2 changes: 1 addition & 1 deletion TR2RandomizerCore/Resources/Zones/PLATFORM.TR2-Zones.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
4: [],
5: [],
6: [ 48, 49, 50, 52, 53, 54, 55, 56, 57, 62, 63 ],
7: [ 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 29, 30, 32, 34, 75, 80, 83, 84, 85, 86, 87, 88, 89,
7: [ 13, 14, 15, 16, 21, 22, 23, 24, 25, 26, 29, 32, 75, 80, 83, 84, 85, 86, 87, 88, 89,
2, 12, 13, 14, 15, 16, 17, 21, 22, 23, 24, 25, 26, 29, 30, 32, 34, 35, 64, 65, 66, 68, 69, 70, 75, 80, 82, 83, 84, 85, 86, 87, 88, 89 ],
8: [],
9: [],
Expand Down

0 comments on commit 28efb9a

Please sign in to comment.