some few fixes that don't fix anything

This commit is contained in:
2026-04-13 16:34:23 +02:00
parent 1d856fd937
commit 4d10f4e9d7
11 changed files with 58 additions and 32 deletions

View File

@@ -117,7 +117,7 @@ public partial class PlayerController : CharacterBody3D,
[ExportCategory("Forge")]
[ExportGroup("General")]
[Export]
public ForgeTagContainer BaseTags { get; set; } = new();
public ForgeTagContainer BaseTags { get; set; }
[Export] public ForgeTag EmpoweredActionUsed;
[ExportGroup("Abilities")]