Extinguisher cabinet (#1976)
* 1779 Add extinguisher cabinet base item, rsi, and class based on potted plant * Pretty much the rest of the owl * Allow construction * no more deconstruction * pr fixes
This commit is contained in:
12
Content.Shared/GameObjects/Components/ExtinguisherCabinet.cs
Normal file
12
Content.Shared/GameObjects/Components/ExtinguisherCabinet.cs
Normal file
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
using Robust.Shared.Serialization;
|
||||
|
||||
namespace Content.Shared.GameObjects.Components
|
||||
{
|
||||
[Serializable, NetSerializable]
|
||||
public enum ExtinguisherCabinetVisuals
|
||||
{
|
||||
IsOpen,
|
||||
ContainsExtinguisher
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user