bodybags / crates will now be explicit about what is ontop of them if you can't close them due to other bodybags / crates being in the same tile. (#69545)

bodybags / crates will no longer yell about closets being in the way when trying to close them ontop of other bodybags / crates
This commit is contained in:
ShizCalev
2022-09-02 10:04:00 +12:00
committed by GitHub
parent 96430cde39
commit c7c6fde5ee
@@ -221,7 +221,7 @@
for(var/obj/structure/closet/closet in T)
if(closet != src && !closet.wall_mounted)
if(user)
balloon_alert(user, "another closet is in the way!")
balloon_alert(user, "[closet.name] is in the way!")
return FALSE
for(var/mob/living/L in T)
if(L.anchored || horizontal && L.mob_size > MOB_SIZE_TINY && L.density)