Merge pull request #16639 from KillianKirilenko/kk-charpod

"Maint Lurker" Hole
This commit is contained in:
Heroman3003
2024-12-07 05:05:22 +10:00
committed by GitHub
13 changed files with 169 additions and 14 deletions
+7 -5
View File
@@ -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,
+1
View File
@@ -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"