Update bag_of_holding.dm

This commit is contained in:
Ghom
2020-07-01 15:04:51 +02:00
committed by GitHub
parent 8f30d7f4d1
commit 8de00e80dd
@@ -36,6 +36,6 @@
. = ..()
/datum/component/storage/concrete/bluespace/bag_of_holding/can_be_inserted(obj/item/I, stop_messages = FALSE, mob/M)
if(I.GetComponent(datum/component/storage/concrete/bluespace/bag_of_holding))
if(I.GetComponent(/datum/component/storage/concrete/bluespace/bag_of_holding))
return TRUE
return ..()