Files
crystall-punk-14/Content.Shared/_CP14/MagicEssence/CP14MagicEssenceScannerComponent.cs
Ed 5524e029f4 Essence splitter (#948)
* disable rotting

* pipipi

* essence storage

* energy splitter

* Update essence_splitter.yml

* Update impact.png

* visual fixes

* sound fix

* Update twoHandedStaffs.yml

* unhardcode

* Update meta.json

* fix
2025-02-27 13:48:38 +03:00

12 lines
324 B
C#

using Content.Shared._CP14.MagicEnergy;
namespace Content.Shared._CP14.MagicEssence;
/// <summary>
/// Allows you to see how much magic essence is stored in objects
/// </summary>
[RegisterComponent, Access(typeof(SharedCP14MagicEnergySystem))]
public sealed partial class CP14MagicEssenceScannerComponent : Component
{
}