Basic implementation for acquiring affinity sigil from Sarco

This commit is contained in:
2026-06-04 12:24:58 -07:00
parent 189497458d
commit 150a21aabc
16 changed files with 242 additions and 15 deletions
+2
View File
@@ -344,6 +344,8 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<IPlayer>
if (AutoRevive)
return;
SetSigil(new Sigil() { ElementType = ElementType.None });
HealthTimer.WaitTime = _healthTimerWaitTime;
HealthTimer.Timeout -= OnHealthTimerTimeout;
SetProcessInput(false);