mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2025-12-17 21:52:42 +00:00
Thanks to AquaDraco for the fix
This commit is contained in:
@@ -36,6 +36,9 @@
|
|||||||
if(istype(master, /obj/item/weapon/storage))
|
if(istype(master, /obj/item/weapon/storage))
|
||||||
var/obj/item/weapon/storage/S = master
|
var/obj/item/weapon/storage/S = master
|
||||||
S.close(usr)
|
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
|
return 1
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user