Traitor Fix

This commit is contained in:
Luca
2019-11-20 13:30:37 +11:00
parent f2af1f279b
commit e0dd0e8f00
2 changed files with 2 additions and 2 deletions
@@ -4,7 +4,7 @@
name = "Mindslave"
roundend_category = "mindslaves"
job_rank = ROLE_MINDSLAVE
var/special_role = ROLE_MINDSLAVE
var/special_role = SPECIAL_ROLE_TRAITOR
/datum/antagonist/mindslave/on_gain()
owner.special_role = special_role
@@ -6,7 +6,7 @@
name = "Traitor"
roundend_category = "traitors"
job_rank = ROLE_TRAITOR
var/special_role = ROLE_TRAITOR
var/special_role = SPECIAL_ROLE_TRAITOR
var/give_objectives = TRUE
var/should_give_codewords = TRUE
var/should_equip = TRUE