Merge pull request #8049 from SharkeyMyrl/master

Update TombOfAnnihilation.java
This commit is contained in:
Oleg Agafonov 2021-07-26 07:23:01 +04:00 committed by GitHub
commit d3f2b537fb
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);