Fixes bluespace bag recursion disappearance

This commit is contained in:
Heroman
2022-09-23 06:29:39 +10:00
parent de26e6be5b
commit d5e665bdbe
3 changed files with 4 additions and 2 deletions
@@ -59,7 +59,7 @@
//Please don't clutter the parent storage item with stupid hacks.
/obj/item/weapon/storage/backpack/holding/can_be_inserted(obj/item/W as obj, stop_messages = 0)
if(istype(W, /obj/item/weapon/storage/backpack/holding))
return 1
return FALSE
return ..()
/obj/item/weapon/storage/backpack/santabag