Cult Hotfix - Comments out Off_Station role check (#12765)

This commit is contained in:
Joseph Knutson
2019-12-01 19:05:40 -05:00
committed by variableundefined
parent 8693c85cbb
commit 819fd9d6a3
+2 -2
View File
@@ -20,8 +20,8 @@ var/global/list/all_cults = list()
var/mob/living/carbon/human/H = mind.current
if(ismindshielded(H)) //mindshield protects against conversions unless removed
return FALSE
if(mind.offstation_role) //cant convert offstation roles such as ghost spawns
return FALSE
// if(mind.offstation_role) cant convert offstation roles such as ghost spawns
// return FALSE Commented out until we can figure out why offstation_role is getting set to TRUE on normal crew
if(issilicon(mind.current))
return FALSE //can't convert machines, that's ratvar's thing
if(isguardian(mind.current))