Some random tasks (#1763)
* Update venicialis.yml * Update CP14CurrencySystem.Converter.cs * fix #1759 * fix #1605 * fix #1604
This commit is contained in:
@@ -1,5 +1,15 @@
|
||||
using Content.Client.Items;
|
||||
using Content.Shared._CP14.MagicEnergy;
|
||||
using Content.Shared._CP14.MagicEnergy.Components;
|
||||
|
||||
namespace Content.Client._CP14.MagicEnergy;
|
||||
|
||||
public sealed class CP14MagicEnergySystem : CP14SharedMagicEnergySystem;
|
||||
public sealed class CP14MagicEnergySystem : CP14SharedMagicEnergySystem
|
||||
{
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
Subs.ItemStatus<CP14MagicEnergyExaminableComponent>( ent => new CP14MagicEnergyStatusControl(ent));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user