Fixesan issue with two custom items (#12165)

This commit is contained in:
Alberyk
2021-07-09 13:36:58 -03:00
committed by GitHub
parent 2f7e8d0a53
commit 784748bdcf
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -5,7 +5,7 @@
icon_state = "coatrack0"
var/obj/item/clothing/suit/coat
var/list/allowed = list(/obj/item/clothing/suit/storage/toggle/labcoat, /obj/item/clothing/suit/storage/toggle/det_trench,
/obj/item/clothing/suit/storage/forensics, /obj/item/clothing/suit/storage/toggle/trench)
/obj/item/clothing/suit/storage/toggle/forensics, /obj/item/clothing/suit/storage/toggle/trench)
/obj/structure/coatrack/attack_hand(mob/user as mob)
if (!ishuman(user))