mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 09:35:30 +01:00
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:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user