mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-09 07:46:20 +00:00
* Refactor removing unused defines. (#82115) Refactors a lot of the unused defines. Refactors a lot of the unused defines. Nothing player facing --------- Co-authored-by: san7890 <the@san7890.com> * Oh well. I hope this works fine. --------- Co-authored-by: Bilbo367 <163439532+Bilbo367@users.noreply.github.com> Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
7 lines
384 B
Plaintext
7 lines
384 B
Plaintext
///Designates a fire lock should be closed due to HEAT
|
|
#define FIRELOCK_ALARM_TYPE_HOT "firelock_alarm_type_hot"
|
|
///Designates a fire lock should be closed due to COLD
|
|
#define FIRELOCK_ALARM_TYPE_COLD "firelock_alarm_type_cold"
|
|
///Designates a fire lock should be closed due unknown reasons (IE fire alarm was pulled)
|
|
#define FIRELOCK_ALARM_TYPE_GENERIC "firelock_alarm_type_generic"
|