Files
crystall-punk-14/Content.Shared/_CP14/MagicLantern/CP14MagicLanternComponent.cs
Ed 16a0b99daf Magic crystal lanterns + Aftertest balance (#532)
* lamp visual update

* deleete ice floor spell

* mana gift spell

* magic lantern

* wallmount crystal lamps

* QoL

* crafting

* Update StyleNano.cs

* examining simplify

* rings name

* remove snakes modifier

* trinkets update

* remove snakes, add boars and rabbits to demiplans

* Update flashlight.yml

* fix

* Update test.yml

* Update migration.yml

* ыы
2024-11-04 00:55:15 +03:00

11 lines
261 B
C#

namespace Content.Shared._CP14.MagicLantern;
/// <summary>
/// Controls the object's glow based on magical energy
/// </summary>
[RegisterComponent, Access(typeof(CP14MagicLanternSystem))]
public sealed partial class CP14MagicLanternComponent : Component
{
}