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));
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user