Dead cultists can now cross Reebe's "Servant Blocker" (#33558)
* Dead Cultist Exception * Servant blocker update * Corpse balance * Lets corpses pass servant blocker * Lets cult corpses pass servant blocker * Update servant_blocker.dm * Update open.dm * Update servant_blocker.dm * Update open.dm
This commit is contained in:
committed by
CitadelStationBot
parent
0d79434b72
commit
a9a94f7aed
@@ -88,7 +88,7 @@
|
||||
/turf/open/indestructible/clock_spawn_room/proc/port_servants()
|
||||
. = FALSE
|
||||
for(var/mob/living/L in src)
|
||||
if(is_servant_of_ratvar(L))
|
||||
if(is_servant_of_ratvar(L) && L.stat != DEAD)
|
||||
. = TRUE
|
||||
L.forceMove(get_turf(pick(GLOB.servant_spawns)))
|
||||
visible_message("<span class='warning'>[L] vanishes in a flash of red!</span>")
|
||||
|
||||
Reference in New Issue
Block a user