Revert "allows wintercoats to be hanged (#10109)" (#10170)

This reverts commit 3ffa9373a9.
This commit is contained in:
Erki
2020-10-04 14:05:00 +03:00
committed by GitHub
parent e4a9aec9ad
commit 703fd4a080
+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/hooded/wintercoat)
/obj/item/clothing/suit/storage/forensics, /obj/item/clothing/suit/storage/toggle/trench)
/obj/structure/coatrack/attack_hand(mob/user as mob)
if (!ishuman(user))