mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Cult Hotfix - Comments out Off_Station role check (#12765)
This commit is contained in:
committed by
variableundefined
parent
8693c85cbb
commit
819fd9d6a3
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user