mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-17 19:14:15 +01:00
Fixes recovered crew bodybags being foldable while there's a "corpse" inside (#92423)
## About The Pull Request Closes #92356 Also fixed prisoner envirobags being foldable while strapped despite showing a failure message. ## Changelog 🆑 fix: Fixed recovered crew bodybags being foldable while there's a "corpse" inside /🆑
This commit is contained in:
@@ -270,6 +270,7 @@
|
||||
/obj/structure/closet/body_bag/environmental/prisoner/attempt_fold(mob/living/carbon/human/the_folder)
|
||||
if(sinched)
|
||||
to_chat(the_folder, span_warning("You wrestle with [src], but it won't fold while its straps are fastened."))
|
||||
return FALSE
|
||||
return ..()
|
||||
|
||||
/obj/structure/closet/body_bag/environmental/prisoner/before_open(mob/living/user, force)
|
||||
|
||||
Reference in New Issue
Block a user