Thanks to AquaDraco for the fix
This commit is contained in:
DJSnapshot
2013-11-29 17:44:31 -08:00
parent 6f5fcb7ecc
commit 00ecbcdcfd

View File

@@ -36,6 +36,9 @@
if(istype(master, /obj/item/weapon/storage))
var/obj/item/weapon/storage/S = master
S.close(usr)
else if(istype(master,/obj/item/clothing/suit/storage))
var/obj/item/clothing/suit/storage/S = master
S.close(usr)
return 1