Update CombatStone

This commit is contained in:
PBLord
2017-08-25 14:19:36 +01:00
committed by GitHub
parent 78be0eefb9
commit 8e6723b407
@@ -18,8 +18,7 @@ public class CombatStone implements Random {
@Override
public boolean activate() {
this.combat = getCombat();
return this.combat != null;
return (this.combat = getCombat) != null;
}
@Override