Add haloperidol, potassium iodide (#27454)
* add haloperidol, potassium iodide * review fixes * review and tuning * shader review * use timespan and AutoPausedField
This commit is contained in:
9
Content.Shared/Drowsiness/DrowsinessSystem.cs
Normal file
9
Content.Shared/Drowsiness/DrowsinessSystem.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
using Content.Shared.StatusEffect;
|
||||
|
||||
namespace Content.Shared.Drowsiness;
|
||||
|
||||
public abstract class SharedDrowsinessSystem : EntitySystem
|
||||
{
|
||||
[ValidatePrototypeId<StatusEffectPrototype>]
|
||||
public const string DrowsinessKey = "Drowsiness";
|
||||
}
|
||||
Reference in New Issue
Block a user