mirror of
https://github.com/correl/mage.git
synced 2024-12-24 11:50:45 +00:00
Update TombOfAnnihilation.java
Oubliette leads to Cradle Of The Death God, not Sandfall Cell
This commit is contained in:
parent
f3609416cf
commit
199f449836
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue