From a47705c293a314575cfadc1c4fe6d05edb47c008 Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Sat, 22 Jun 2019 18:55:36 -0400 Subject: [PATCH] Indigestible Collar Unprintable Copy-pasta fix to prevent printing the new collar in the autolathe because it's a child of the original holocollar. Minor oversight, this one was.... --- code/modules/clothing/under/accessories/accessory_vr.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/clothing/under/accessories/accessory_vr.dm b/code/modules/clothing/under/accessories/accessory_vr.dm index cd1c463bac9..5dc05b44c87 100644 --- a/code/modules/clothing/under/accessories/accessory_vr.dm +++ b/code/modules/clothing/under/accessories/accessory_vr.dm @@ -190,7 +190,6 @@ icon_state = "collar_holo" item_state = "collar_holo_overlay" overlay_state = "collar_holo_overlay" - matter = list(DEFAULT_WALL_MATERIAL = 50) //Make indigestible /obj/item/clothing/accessory/collar/holo/indigestible/digest_act(var/atom/movable/item_storage = null) return FALSE