Ratvar, the Clockwork Justiciar

This commit is contained in:
Xhuis
2016-04-06 22:05:07 -04:00
parent 5cd6ac52db
commit 45ef8a5e00
54 changed files with 3416 additions and 44 deletions

View File

@@ -24,7 +24,7 @@
#define ROLE_REVENANT "revenant"
#define ROLE_HOG_GOD "hand of god: god"
#define ROLE_HOG_CULTIST "hand of god: cultist"
#define ROLE_SERVANT_OF_RATVAR "servant of Ratvar"
//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
@@ -48,4 +48,5 @@ var/global/list/special_roles = list(
ROLE_ABDUCTOR = /datum/game_mode/abduction,
ROLE_HOG_GOD = /datum/game_mode/hand_of_god,
ROLE_HOG_CULTIST = /datum/game_mode/hand_of_god,
ROLE_SERVANT_OF_RATVAR = /datum/game_mode/clockwork_cult,
)