Hi guys,

When we use a lot of magic arrow spell on a short time it doesn't waste mana, don't do damage.. etc all that it's ok, i want to find a way to put something like this system on mini heal spell, if you do a lot of mini heal spell on a short time it will not works, and it will not waste mana like magic arrow spell system.

How can i do that? i really dont know how to begin.

Thank you! :)
 
try changing that:
public override bool DelayedDamageStacking { get { return false; } }

in Scripts/Spells/First/MagicArrow.cs
 
Back