mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-28 06:27:26 +01:00
Add ghostrole jobban option
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -25,6 +25,7 @@ var/global/list/other_roles = list(
|
||||
ROLE_SENTIENT,
|
||||
ROLE_NYMPH,
|
||||
ROLE_ERT,
|
||||
ROLE_GHOST,
|
||||
"AntagHUD",
|
||||
"Records"
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user