Add ghostrole jobban option

This commit is contained in:
Mark van Alphen
2019-06-01 07:03:43 +02:00
parent feb0a1ceec
commit b57ba154ad
3 changed files with 3 additions and 1 deletions
+1
View File
@@ -43,6 +43,7 @@
#define ROLE_DRONE "drone"
#define ROLE_DEATHSQUAD "deathsquad"
#define ROLE_EVENTMISC "eventmisc"
#define ROLE_GHOST "ghost role"
//Missing assignment means it's not a gamemode specific role, IT'S NOT A BUG OR ERROR.
//The gamemode specific ones are just so the gamemodes can query whether a player is old enough
+1
View File
@@ -25,6 +25,7 @@ var/global/list/other_roles = list(
ROLE_SENTIENT,
ROLE_NYMPH,
ROLE_ERT,
ROLE_GHOST,
"AntagHUD",
"Records"
)
+1 -1
View File
@@ -28,7 +28,7 @@
var/datum/disease/disease = null //Do they start with a pre-spawned disease?
var/mob_color //Change the mob's color
var/assignedrole
var/banType = "lavaland"
var/banType = ROLE_GHOST
var/ghost_usable = TRUE