flash message can be more than one word

This commit is contained in:
2024-05-17 19:28:24 -05:00
parent 817067d242
commit e66a8459c0
+3 -3
View File
@@ -1905,9 +1905,9 @@ public class Mob extends AbstractIntelligenceAgent {
this.minDamageHandOne *= 2; this.minDamageHandOne *= 2;
this.minDamageHandTwo *= 2; this.minDamageHandTwo *= 2;
this.mobResists = new Resists("Dropper"); this.mobResists = new Resists("Dropper");
} else { }// else {
setResistsForMob(this); //setResistsForMob(this);
} //}
} }
} }