diff --git a/code/modules/clothing/head/wig.dm b/code/modules/clothing/head/wig.dm index 10d69d2457c..8dc4ae6eb43 100644 --- a/code/modules/clothing/head/wig.dm +++ b/code/modules/clothing/head/wig.dm @@ -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) . = ..() diff --git a/code/modules/loadout/categories/heads.dm b/code/modules/loadout/categories/heads.dm index 69ef68cfff1..e040ce2041e 100644 --- a/code/modules/loadout/categories/heads.dm +++ b/code/modules/loadout/categories/heads.dm @@ -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")