Wearable Wet Floor Sign and 'Janitorial Suicide Vest' (#20311)

* Explosive wet floor sign & janitorial suicide vest

* fix attributions

* Remove name & desc from explosive wet floor sign

* Make wet floor sign chameleonable
This commit is contained in:
Psychpsyo
2023-09-28 06:09:44 +02:00
committed by GitHub
parent d90a75ad76
commit 008f2d9d1c
11 changed files with 59 additions and 23 deletions

View File

@@ -29,6 +29,12 @@ namespace Content.Server.Explosion.Components
[DataField("beepInterval")]
public float BeepInterval = 1;
/// <summary>
/// Whether the timer should instead be activated through a verb in the right-click menu
/// </summary>
[DataField("useVerbInstead")]
public bool UseVerbInstead = false;
/// <summary>
/// Should timer be started when it was stuck to another entity.
/// Used for C4 charges and similar behaviour.