mirror of
https://github.com/fulpstation/fulpstation.git
synced 2025-12-09 16:09:15 +00:00
* Automatic changelog compile [ci skip] * Update readme.md * Automatic changelog compile [ci skip] * what * swagging * i lied about the laundry room bit that was never part of the first commit but it is now although only solitaire and pubby has it because one the others its not a proper room because its open into dorms or the bathrooms * woops * there we go * WHY was pubby beepsky a varedited secbot instead of the normal subtype * PLEASE tel me i caught them all * defeats heliantus * Update Solitairestation.dmm * Update Heliostation.dmm * please tell me thats all of them * i am full of rage * i THINK thats all for the dupe cables * should be good * i never want to see heliostation again in my life * sexy mime override * merge conflicts in exchange of linter fails * solitaire * Update tgstation.dme * solitaire locker room * will that fix it * Update beef_station.dmm * Update tgstation.dme * linters * Update Solitairestation.dmm * linters * tgu again * restores the readme Co-authored-by: Changelogs <action@github.com> Co-authored-by: JohnFulpWillard <53777086+JohnFulpWillard@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"
|