Couple of fixes, almost ready to go

This commit is contained in:
keronshb
2021-05-18 22:12:02 -04:00
parent d2f69acaf8
commit b8b25662ff
5 changed files with 5 additions and 7 deletions
+2 -2
View File
@@ -71,8 +71,8 @@ GLOBAL_LIST_INIT(special_roles, list(
ROLE_SENTIENCE,
ROLE_GANG = /datum/game_mode/gang,
ROLE_HERETIC = /datum/game_mode/heretics,
ROLE_SPACE_DRAGON,
ROLE_BLOODSUCKER = /datum/game_mode/bloodsucker
ROLE_BLOODSUCKER = /datum/game_mode/bloodsucker,
ROLE_SPACE_DRAGON
//ROLE_MONSTERHUNTER Disabled for now
))