mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-28 23:58:07 +01:00
[MIRROR] Adds new station traits that gives departments / everyone death rattle implants (#3683)
* 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>
This commit is contained in:
co-authored by
Qustinnus
Gandalf2k15
parent
6fac8f066e
commit
b7da8c2269
@@ -48,3 +48,13 @@
|
||||
#define JOB_DISPLAY_ORDER_SECURITY_MEDIC 36 //SKYRAT EDIT ADDITON - SEC_HAUL
|
||||
#define JOB_DISPLAY_ORDER_PRISONER 37
|
||||
#define JOB_DISPLAY_ORDER_BLUESHIELD 38 //SKYRAT EDIT ADDITON - BLUESHIELD
|
||||
|
||||
#define DEPARTMENT_SECURITY (1<<0)
|
||||
#define DEPARTMENT_COMMAND (1<<1)
|
||||
#define DEPARTMENT_SERVICE (1<<2)
|
||||
#define DEPARTMENT_CARGO (1<<3)
|
||||
#define DEPARTMENT_ENGINEERING (1<<4)
|
||||
#define DEPARTMENT_SCIENCE (1<<5)
|
||||
#define DEPARTMENT_MEDICAL (1<<6)
|
||||
#define DEPARTMENT_SILICON (1<<7)
|
||||
|
||||
|
||||
@@ -1,3 +1,6 @@
|
||||
#define STATION_TRAIT_POSITIVE 1
|
||||
#define STATION_TRAIT_NEUTRAL 2
|
||||
#define STATION_TRAIT_NEGATIVE 3
|
||||
|
||||
|
||||
#define STATION_TRAIT_ABSTRACT (1<<0)
|
||||
|
||||
Reference in New Issue
Block a user