v1.3.0: fixed double keys spawning in pit rooms
This commit is contained in:
-1
@@ -66,7 +66,6 @@ public class PitRoom extends SpecialRoom {
|
|||||||
|
|
||||||
int remains = level.pointToCell(center());
|
int remains = level.pointToCell(center());
|
||||||
|
|
||||||
level.drop( new CrystalKey( Dungeon.depth ), remains ).type = Heap.Type.SKELETON;
|
|
||||||
Item mainLoot = null;
|
Item mainLoot = null;
|
||||||
do {
|
do {
|
||||||
switch (Random.Int(3)){
|
switch (Random.Int(3)){
|
||||||
|
|||||||
Reference in New Issue
Block a user