mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-01-25 16:45:42 +00:00
* Adds new station traits that gives departments / everyone death rattle implants * Update jobs.dm Co-authored-by: Qustinnus <Floydje123@hotmail.com> Co-authored-by: Gandalf2k15 <jzo123@hotmail.com>
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
#define STATION_TRAIT_POSITIVE 1
|
|
#define STATION_TRAIT_NEUTRAL 2
|
|
#define STATION_TRAIT_NEGATIVE 3
|
|
|
|
|
|
#define STATION_TRAIT_ABSTRACT (1<<0)
|