Иконка для лизания (#447)
This commit is contained in:
@@ -159,8 +159,9 @@ public sealed class SelfHealSystem: EntitySystem
|
||||
var doAfterEventArgs =
|
||||
new DoAfterArgs(EntityManager, user, component.Delay, new SelfHealDoAfterEvent(), target, target)
|
||||
{
|
||||
BreakOnUserMove = true,
|
||||
BreakOnTargetMove = true,
|
||||
BreakOnUserMove = true,
|
||||
BreakOnDamage = true,
|
||||
};
|
||||
_doAfter.TryStartDoAfter(doAfterEventArgs);
|
||||
}
|
||||
|
||||
@@ -30,3 +30,4 @@
|
||||
- type: EntityTargetAction
|
||||
event: !type:SelfHealEvent
|
||||
icon: White/Icons/tongue.png
|
||||
itemIconStyle: BigAction
|
||||
|
||||
Reference in New Issue
Block a user