Add trash carts and janitorial trash carts (#18996)
* everything * half loot
This commit is contained in:
@@ -4,7 +4,8 @@ namespace Content.Server.Mousetrap;
|
||||
public sealed class MousetrapComponent : Component
|
||||
{
|
||||
[ViewVariables]
|
||||
public bool IsActive;
|
||||
[DataField("isActive")]
|
||||
public bool IsActive = false;
|
||||
|
||||
/// <summary>
|
||||
/// Set this to change where the
|
||||
|
||||
Reference in New Issue
Block a user