Add a moment of invinsibility at the start of a nirik's rage

This commit is contained in:
Sollace 2023-10-10 19:22:07 +01:00
parent e5fe26cba8
commit 577f5c8bb8
No known key found for this signature in database
GPG key ID: E52FACE7B5C773DB

View file

@ -111,6 +111,9 @@ public class RageAbilitySpell extends AbstractSpell {
}
age++;
source.asEntity().setInvulnerable(age < 25);
setDirty();
return true;
}