v3.2.0: fixed unintended debug code in distortion traps (since 2023!)
This commit is contained in:
@@ -115,7 +115,7 @@ public class DistortionTrap extends Trap{
|
||||
mob = Reflection.newInstance(MobSpawner.getMobRotation(floor).get(0));
|
||||
break;
|
||||
case 2:
|
||||
switch (2){
|
||||
switch (Random.Int(4)){
|
||||
case 0: default:
|
||||
Wraith.spawnAt(point);
|
||||
continue; //wraiths spawn themselves, no need to do more
|
||||
|
||||
Reference in New Issue
Block a user