Tiefling gameplay (#703)

* tiefling damage mana

* tiefling spell

* tweaks
This commit is contained in:
Ed
2025-01-06 17:08:49 +03:00
committed by GitHub
parent 71e6bd4f24
commit 8892d3913d
22 changed files with 257 additions and 22 deletions

View File

@@ -1,10 +1,6 @@
using System.Numerics;
using Content.Server._CP14.MagicEnergy.Components;
using Content.Shared._CP14.MagicEnergy;
using Content.Shared._CP14.MagicEnergy.Components;
using Content.Shared.Examine;
using Content.Shared.FixedPoint;
using Content.Shared.Interaction.Events;
using Content.Shared.Inventory;
namespace Content.Server._CP14.MagicEnergy;