v3.2.0: fixed unintended debug code in distortion traps (since 2023!)

This commit is contained in:
Evan Debenham
2025-07-02 20:30:35 -04:00
parent 2ab1147db6
commit bd91186934

View File

@@ -115,7 +115,7 @@ public class DistortionTrap extends Trap{
mob = Reflection.newInstance(MobSpawner.getMobRotation(floor).get(0)); mob = Reflection.newInstance(MobSpawner.getMobRotation(floor).get(0));
break; break;
case 2: case 2:
switch (2){ switch (Random.Int(4)){
case 0: default: case 0: default:
Wraith.spawnAt(point); Wraith.spawnAt(point);
continue; //wraiths spawn themselves, no need to do more continue; //wraiths spawn themselves, no need to do more