From f2a2baef870ce2fee2bf3459618b80d52de8256f Mon Sep 17 00:00:00 2001 From: William Wallace Date: Wed, 9 Oct 2019 01:15:16 +0100 Subject: [PATCH] remove dupe /obj/item/clothing/head/collectable/slime --- code/modules/clothing/head/collectable.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/clothing/head/collectable.dm b/code/modules/clothing/head/collectable.dm index 5457d32e8ab..29a63c4260e 100644 --- a/code/modules/clothing/head/collectable.dm +++ b/code/modules/clothing/head/collectable.dm @@ -10,13 +10,6 @@ desc = "It smells faintly of plasma." icon_state = "petehat" -/obj/item/clothing/head/collectable/slime - name = "collectable slime cap!" - desc = "It just latches right in place!" - clothing_flags = SNUG_FIT - icon_state = "slime" - dynamic_hair_suffix = "" - /obj/item/clothing/head/collectable/xenom name = "collectable xenomorph helmet!" desc = "Hiss hiss hiss!" @@ -81,6 +74,7 @@ icon_state = "headslime" item_state = "headslime" clothing_flags = SNUG_FIT + dynamic_hair_suffix = "" /obj/item/clothing/head/collectable/flatcap name = "collectable flat cap"