From 9cd41986262966b08bdc101c7fae109e95a4652c Mon Sep 17 00:00:00 2001 From: Guti <32563288+TheCaramelion@users.noreply.github.com> Date: Sat, 20 Jun 2026 21:52:40 +0200 Subject: [PATCH] Fix these (#19530) --- code/modules/admin/player_effects.dm | 2 +- code/modules/clothing/head/hood_vr.dm | 4 ++-- code/modules/clothing/suits/hooded_vr.dm | 4 ++-- maps/redgate/islands_underwater.dmm | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/code/modules/admin/player_effects.dm b/code/modules/admin/player_effects.dm index 2faaffdbb9c..68951b490df 100644 --- a/code/modules/admin/player_effects.dm +++ b/code/modules/admin/player_effects.dm @@ -268,7 +268,7 @@ ADMIN_VERB_AND_CONTEXT_MENU(player_effects, R_FUN, "Player Effects", "Modify a p if(H.wear_suit) H.unEquip(H.wear_suit) var/obj/item/clothing/suit = new /obj/item/clothing/suit/storage/hooded/foodcostume/hotdog - var/obj/item/clothing/hood = new /obj/item/clothing/head/hood_vr/hotdog_hood + var/obj/item/clothing/hood = new /obj/item/clothing/head/hood/hotdog_hood H.equip_to_slot_if_possible(suit, slot_wear_suit, 0, 0, 1) H.equip_to_slot_if_possible(hood, slot_head, 0, 0, 1) sleep(5 SECONDS) diff --git a/code/modules/clothing/head/hood_vr.dm b/code/modules/clothing/head/hood_vr.dm index 7ca9ec028b3..a749884fa49 100644 --- a/code/modules/clothing/head/hood_vr.dm +++ b/code/modules/clothing/head/hood_vr.dm @@ -62,14 +62,14 @@ //Food costumes // Hotdog suit hood -/obj/item/clothing/head/hood_vr/hotdog_hood +/obj/item/clothing/head/hood/hotdog_hood name = "Hotdog suit hood" desc = "The hood of a hotdog suit, attached to said hotdog suit." //Honestly i just don't know how to force the costume to hide hats. icon_state = "hotdog_hood" flags_inv = HIDEEARS|BLOCKHAIR // Turnip suit hood -/obj/item/clothing/head/hood_vr/turnip_hood +/obj/item/clothing/head/hood/turnip_hood name = "Turnip suit hood" desc = "The hood of a hotdog suit, attached to said hotdog suit. Most cooks cut this part off and throw it in the garbage" icon_state = "turnip_hood" diff --git a/code/modules/clothing/suits/hooded_vr.dm b/code/modules/clothing/suits/hooded_vr.dm index 35298a276bb..3ba6e347b56 100644 --- a/code/modules/clothing/suits/hooded_vr.dm +++ b/code/modules/clothing/suits/hooded_vr.dm @@ -115,14 +115,14 @@ desc = "A giant hotdog costume, comes with authentic artificial hotdog scent." icon_state = "hotdog" item_state_slots = list(slot_r_hand_str = "hotdog", slot_l_hand_str = "hotdog") - hoodtype = /obj/item/clothing/head/hood_vr/hotdog_hood + hoodtype = /obj/item/clothing/head/hood/hotdog_hood /obj/item/clothing/suit/storage/hooded/foodcostume/turnip //Honey wake up, new vorny jail uniform just dropped. name = "turnip costume" desc = "A giant turnip costume, extra padding helps the wearer stand in the same spot for hours." icon_state = "turnip" item_state_slots = list(slot_r_hand_str = "turnip", slot_l_hand_str = "turnip") - hoodtype = /obj/item/clothing/head/hood_vr/turnip_hood + hoodtype = /obj/item/clothing/head/hood/turnip_hood //Functional hoodie diff --git a/maps/redgate/islands_underwater.dmm b/maps/redgate/islands_underwater.dmm index 6c30965875d..ebb362b9670 100644 --- a/maps/redgate/islands_underwater.dmm +++ b/maps/redgate/islands_underwater.dmm @@ -1218,7 +1218,7 @@ /area/redgate/islands/robotics) "yl" = ( /obj/structure/flora/underwater/grass2, -/obj/item/clothing/head/hood_vr/hotdog_hood, +/obj/item/clothing/head/hood/hotdog_hood, /turf/simulated/floor/water/underwater, /area/redgate/islands/underwater) "ym" = (