mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-25 13:46:46 +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"
|