mirror of
https://github.com/Sandstorm-Station/Sandstorm-Station-13.git
synced 2026-08-30 16:56:26 +01:00
8 lines
354 B
Plaintext
8 lines
354 B
Plaintext
/// Fire alarms have wires now.
|
|
/// Toggles the fire alarm's alarm on/off.
|
|
#define WIRE_FIRE_TOGGLE "Alarm toggle"
|
|
/// Toggles whether the fire alarm will trigger if there is a fire or is hit.
|
|
#define WIRE_FIRE_DETECT "Fire detection"
|
|
/// Immediately triggers the alarm on the fire alarm, only used for pulsing.
|
|
#define WIRE_FIRE_TRIGGER "Alarm trigger"
|