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
This commit is contained in:
Ed
2025-02-27 13:48:38 +03:00
committed by GitHub
parent c6cc4daa3f
commit 5524e029f4
32 changed files with 350 additions and 74 deletions

View File

@@ -1,4 +1,4 @@
using Content.Shared._CP14.MagicEnergy;
using Content.Shared._CP14.MagicEssence;
using Content.Shared._CP14.MagicSpell.Events;
using Content.Shared.Armor;
using Content.Shared.Chat;
@@ -30,9 +30,8 @@ public partial class InventorySystem
public void InitializeRelay()
{
//CP14 Relayed events
SubscribeLocalEvent<InventoryComponent, CP14MagicEnergyScanEvent>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, CP14MagicEssenceScanEvent>(RelayInventoryEvent);
SubscribeLocalEvent<InventoryComponent, CP14CalculateManacostEvent>(RelayInventoryEvent);
//CP14 End
SubscribeLocalEvent<InventoryComponent, DamageModifyEvent>(RelayInventoryEvent);