From 37f37cbdff7581a27fb1e45f0d2685d83ab5f49d Mon Sep 17 00:00:00 2001 From: "DESKTOP-4BUBN9N\\Mike" Date: Sun, 27 Feb 2022 15:11:59 +0000 Subject: [PATCH] forgot to clear the comments I was using as a copypasta notepad --- code/modules/clothing/head/fishing.dm | 22 +--------------------- 1 file changed, 1 insertion(+), 21 deletions(-) diff --git a/code/modules/clothing/head/fishing.dm b/code/modules/clothing/head/fishing.dm index 8e8ae52ba18..4ca39f18ab9 100644 --- a/code/modules/clothing/head/fishing.dm +++ b/code/modules/clothing/head/fishing.dm @@ -1,24 +1,4 @@ -/* just using these for copypasta purposes - - item_icons = list( - slot_l_hand_str = 'icons/vore/custom_clothes_left_hand_vr.dmi', - slot_r_hand_str = 'icons/vore/custom_clothes_right_hand_vr.dmi', - slot_head_str = 'icons/vore/custom_onmob_32x48_vr.dmi' - ) - -these are the default values for a soft cap - - icon_state = "cargosoft" - item_state_slots = list(slot_r_hand_str = "cargosoft", slot_l_hand_str = "cargosoft") - - -these are the default icons for a hat - icon = 'icons/obj/clothing/hats.dmi' - item_icons = list( - slot_l_hand_str = 'icons/mob/items/lefthand_hats.dmi', - slot_r_hand_str = 'icons/mob/items/righthand_hats.dmi', - ) -*/ +//these just use the default inhands for soft caps because the amount of extra work to add more colours would be insane otherwise /obj/item/clothing/head/fishing name = "fishing hat"