- tweak: Lightning and fireball.

This commit is contained in:
Aviu00
2024-08-05 19:17:30 +03:00
parent fb5fa92438
commit c719eb56e0
7 changed files with 33 additions and 7 deletions

View File

@@ -1,4 +1,5 @@
using Robust.Shared.GameStates;
using Content.Shared.Whitelist;
using Robust.Shared.GameStates;
namespace Content.Shared._White.Wizard.Magic;
@@ -10,4 +11,7 @@ public sealed partial class MagicComponent : Component
/// </summary>
[DataField, ViewVariables(VVAccess.ReadWrite)]
public bool RequiresClothes;
[DataField]
public EntityWhitelist? ClothingWhitelist;
}