Weapons tested and general changes made to support the results of those tests

This commit is contained in:
2026-02-16 16:44:36 -08:00
parent a2ceb8e650
commit 017be896f3
43 changed files with 1096 additions and 821 deletions

View File

@@ -20,5 +20,6 @@ public enum ItemTag
RestrictUnequip,
UnequipAllItems,
EjectAllItems,
UseAllItems
UseAllItems,
GlueOnEquip,
}

View File

@@ -11,7 +11,5 @@ public interface IDungeonFloor : INode3D
public ImmutableList<IDungeonRoom> Rooms { get; }
public void FadeOutAudio();
public bool FloorIsLoaded { get; set; }
}