Skip to content

Commit

Permalink
Merge pull request tgstation#13541 from Anonus/prefv
Browse files Browse the repository at this point in the history
Fixes revenant antag pref being impossible to toggle.
  • Loading branch information
RemieRichards committed Dec 11, 2015
2 parents eb7198f + 746c773 commit 767061a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions code/__DEFINES/role_preferences.dm
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ var/global/list/special_roles = list(
ROLE_MONKEY = /datum/game_mode/monkey,
ROLE_GANG = /datum/game_mode/gang,
ROLE_SHADOWLING = /datum/game_mode/shadowling,
ROLE_REVENANT,
ROLE_ABDUCTOR = /datum/game_mode/abduction,
ROLE_HOG_GOD = /datum/game_mode/hand_of_god,
ROLE_HOG_CULTIST = /datum/game_mode/hand_of_god,
Expand Down

0 comments on commit 767061a

Please sign in to comment.