Update TombOfAnnihilation.java

Oubliette leads to Cradle Of The Death God, not Sandfall Cell
This commit is contained in:
SharkeyMyrl 2021-07-25 20:10:08 -07:00 committed by GitHub
parent f3609416cf
commit 199f449836
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -61,7 +61,7 @@ public final class TombOfAnnihilation extends Dungeon {
trappedEntry.addNextRoom(veilsOfFear);
trappedEntry.addNextRoom(oubliette);
veilsOfFear.addNextRoom(sandfallCell);
oubliette.addNextRoom(sandfallCell);
oubliette.addNextRoom(cradleOfTheDeathGod);
sandfallCell.addNextRoom(cradleOfTheDeathGod);
this.addRoom(trappedEntry);