Restructure Sigil implementation, add all sigils to debug menu

This commit is contained in:
2026-06-04 14:59:35 -07:00
parent 6b7bbd71af
commit b9c1058566
8 changed files with 171 additions and 79 deletions
+1 -1
View File
@@ -344,7 +344,7 @@ public partial class Player : CharacterBody3D, IPlayer, IProvide<IPlayer>
if (AutoRevive)
return;
SetSigil(new Sigil() { ElementType = ElementType.None });
SetSigil(new NoneSigil());
HealthTimer.WaitTime = _healthTimerWaitTime;
HealthTimer.Timeout -= OnHealthTimerTimeout;