fixed cleave hurting self
This commit is contained in:
parent
810517b142
commit
392a648f8e
@ -64,6 +64,9 @@ public class PerkCleave extends Perk
|
||||
if (other.equals(damagee))
|
||||
continue;
|
||||
|
||||
if (other.equals(damager))
|
||||
continue;
|
||||
|
||||
if (!Manager.canHurt(damager, other))
|
||||
continue;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user