This commit is contained in:
DeityLink
2014-11-10 18:23:01 +01:00
parent b7ee2ca8dc
commit e68472f3b8

View File

@@ -438,7 +438,7 @@ This is the proc mobs get to turn into a ghost. Forked from ghostize due to comp
var/list/L = list()
var/holyblock = 0
if((usr.invisibility == 0) || (usr.mind in ticker.mode.cult))
if((usr.invisibility == 0) || ((ticker.mode.name == "cult") && (usr.mind in ticker.mode.cult)))
for(var/turf/T in get_area_turfs(thearea.type))
if(!T.holy)
L+=T