Morgue Trays now provide correct light-indication (#5262)
This commit is contained in:
committed by
Poojawa
parent
9165aa72da
commit
64c43ee5bc
@@ -162,7 +162,7 @@ GLOBAL_LIST_EMPTY(bodycontainers) //Let them act as spawnpoints for revenants an
|
|||||||
|
|
||||||
for(var/mob/living/M in compiled)
|
for(var/mob/living/M in compiled)
|
||||||
var/mob/living/mob_occupant = get_mob_or_brainmob(M)
|
var/mob/living/mob_occupant = get_mob_or_brainmob(M)
|
||||||
if(!mob_occupant.suiciding && !(mob_occupant.has_trait(TRAIT_NOCLONE)) && !mob_occupant.hellbound)
|
if(mob_occupant.client && !mob_occupant.suiciding && !(mob_occupant.has_trait(TRAIT_NOCLONE)) && !mob_occupant.hellbound)
|
||||||
icon_state = "morgue4" // Cloneable
|
icon_state = "morgue4" // Cloneable
|
||||||
break
|
break
|
||||||
|
|
||||||
@@ -353,4 +353,4 @@ GLOBAL_LIST_EMPTY(crematoriums)
|
|||||||
. = !density
|
. = !density
|
||||||
if(ismovableatom(caller))
|
if(ismovableatom(caller))
|
||||||
var/atom/movable/mover = caller
|
var/atom/movable/mover = caller
|
||||||
. = . || (mover.pass_flags & PASSTABLE)
|
. = . || (mover.pass_flags & PASSTABLE)
|
||||||
Reference in New Issue
Block a user