2024-04-22 10:03:03 +00:00
|
|
|
using Content.Shared.Actions;
|
|
|
|
|
|
|
|
|
|
namespace Content.Shared.Geras;
|
|
|
|
|
|
|
|
|
|
/// <summary>
|
2024-05-03 17:26:09 +00:00
|
|
|
/// Geras is the god of old age, and A geras is the small morph of a slime. This system allows the slimes to have the morphing action.
|
2024-04-22 10:03:03 +00:00
|
|
|
/// </summary>
|
|
|
|
|
public abstract class SharedGerasSystem : EntitySystem
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
public sealed partial class MorphIntoGeras : InstantActionEvent
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|