Merge pull request #13784 from Heroman3003/bluspacebagfix

Fixes bluespace bag recursion disappearance
This commit is contained in:
Casey
2022-09-22 20:59:20 -04:00
committed by GitHub
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