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