Wigs have the hat stabilizer component, letting you put hats on your wig. 'The 'Wig' in the loadout is now correctly named 'Natural Wig'. (#88913)

This commit is contained in:
necromanceranne
2025-01-08 05:10:52 +11:00
committed by GitHub
parent eef041346e
commit ca0a01c831
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -14,6 +14,7 @@
/obj/item/clothing/head/wig/Initialize(mapload)
. = ..()
update_appearance()
AddComponent(/datum/component/hat_stabilizer, loose_hat = FALSE)
/obj/item/clothing/head/wig/equipped(mob/user, slot)
. = ..()
+1 -1
View File
@@ -153,6 +153,6 @@
item_path = /obj/item/food/grown/harebell
/datum/loadout_item/head/wig
name = "Wig"
name = "Natural Wig"
item_path = /obj/item/clothing/head/wig/natural
additional_displayed_text = list("Hair Color")