Make appler ignore damage rate
This commit is contained in:
parent
421d76b7f3
commit
e0819bfd7d
@ -118,7 +118,7 @@ public class PerkApple extends Perk implements IThrown
|
||||
|
||||
//Damage Event
|
||||
Manager.GetDamage().NewDamageEvent(target, data.getThrower(), null,
|
||||
DamageCause.CUSTOM, 3, true, false, false,
|
||||
DamageCause.CUSTOM, 3, true, true, false,
|
||||
UtilEnt.getName(data.getThrower()), GetName());
|
||||
|
||||
//Effect
|
||||
|
Loading…
Reference in New Issue
Block a user