Replaced the entire mana usage and inhibition with the provided forge resources

This commit is contained in:
2026-04-03 16:35:15 +02:00
parent 673368a200
commit bfa1f251dd
17 changed files with 356 additions and 389 deletions

View File

@@ -107,9 +107,6 @@ public partial class WeaponSystem : RigidBody3D, IDamageDealer, IForgeEntity
public Tag WeaponFlyingAbilityTag;
private RAbilityBase? _flyingAbility;
public List<RAbilityBase> AbilityLoadout { get; } = [];
public void Init()
{
_weaponState = StateChart.Of(GetNode("StateChart"));