mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 16:05:07 +00:00
* Moves atmos checking from Fire Alarms to Fire Locks, Fire Locks now close on their own rather than area-based, a bunch of related stuff. * Weeeee Co-authored-by: zxaber <37497534+zxaber@users.noreply.github.com> Co-authored-by: Gandalf <9026500+Gandalf2k15@users.noreply.github.com>
14 lines
615 B
Plaintext
14 lines
615 B
Plaintext
//A set of defines to be used by the alarm datums
|
|
///Sent by air alarms, indecates something wrong with thier attached atmosphere
|
|
#define ALARM_ATMOS "Atmosphere"
|
|
///Sent by firelocks when they detect fire, and by fire alarms when a user pulls them
|
|
#define ALARM_FIRE "Fire"
|
|
///Sent by apcs when their power starts to fail
|
|
#define ALARM_POWER "Power"
|
|
///Sent by cameras when they're disabled in some manner
|
|
#define ALARM_CAMERA "Camera"
|
|
///Sent by display cases when they're broken into
|
|
#define ALARM_BURGLAR "Burglar"
|
|
///Sent by motion detecting cameras when they well, detect motion
|
|
#define ALARM_MOTION "Motion"
|