mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-21 19:19:12 +01:00
Merge pull request #16639 from KillianKirilenko/kk-charpod
"Maint Lurker" Hole
This commit is contained in:
@@ -40,11 +40,12 @@
|
||||
//VOREStation Add
|
||||
#define BE_LOSTDRONE 0x10000
|
||||
#define BE_MAINTPRED 0x20000
|
||||
#define BE_MORPH 0x40000
|
||||
#define BE_CORGI 0x80000
|
||||
#define BE_CURSEDSWORD 0x100000
|
||||
#define BE_SURVIVOR 0x200000
|
||||
#define BE_EVENT 0x400000
|
||||
#define BE_MAINTLURKER 0x40000
|
||||
#define BE_MORPH 0x80000
|
||||
#define BE_CORGI 0x100000
|
||||
#define BE_CURSEDSWORD 0x200000
|
||||
#define BE_SURVIVOR 0x400000
|
||||
#define BE_EVENT 0x800000
|
||||
//VOREStation Add End
|
||||
|
||||
var/list/be_special_flags = list(
|
||||
@@ -67,6 +68,7 @@ var/list/be_special_flags = list(
|
||||
//VOREStation Add
|
||||
"Lost Drone" = BE_LOSTDRONE,
|
||||
"Maint Pred" = BE_MAINTPRED,
|
||||
"Maint Lurker" = BE_MAINTLURKER,
|
||||
"Morph" = BE_MORPH,
|
||||
"Corgi" = BE_CORGI,
|
||||
"Cursed Sword" = BE_CURSEDSWORD,
|
||||
|
||||
@@ -420,3 +420,4 @@
|
||||
#define JOB_XENOMORPH "Xenomorph"
|
||||
#define JOB_BORER "Borer"
|
||||
#define JOB_EMERGENCY_RESPONSE_TEAM "Emergency Response Team"
|
||||
#define JOB_MAINT_LURKER "Maintenance Lurker"
|
||||
|
||||
Reference in New Issue
Block a user