initial commit

This commit is contained in:
Joe Schmoe
2018-08-25 21:08:47 +02:00
parent f96c99f040
commit 2ad79e0934
26 changed files with 1755 additions and 2 deletions

View File

@@ -26,6 +26,7 @@
#define ROLE_SERVANT_OF_RATVAR "servant of Ratvar"
#define ROLE_BROTHER "blood brother"
#define ROLE_BRAINWASHED "brainwashed victim"
#define ROLE_SHADOWLING "shadowling" // Yogs
//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
@@ -47,7 +48,8 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_REVENANT,
ROLE_ABDUCTOR,
ROLE_DEVIL = /datum/game_mode/devil,
ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult
ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult,
ROLE_SHADOWLING = /datum/game_mode/shadowling
))
//Job defines for what happens when you fail to qualify for any job during job selection