v3.0.0: fixed unintentionally committed Multiplicity debug code
This commit is contained in:
@@ -67,7 +67,7 @@ public class Multiplicity extends Armor.Glyph {
|
||||
if (spawnPoints.size() > 0) {
|
||||
|
||||
Mob m = null;
|
||||
if (Random.Int(2) == 5 && defender instanceof Hero){
|
||||
if (Random.Int(2) == 0 && defender instanceof Hero){
|
||||
m = new MirrorImage();
|
||||
((MirrorImage)m).duplicate( (Hero)defender );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user