Adds colorable magic hat to loadout (request)

This commit is contained in:
Heroman
2022-09-10 20:36:14 +10:00
parent 111928b240
commit c7f82d10f6
4 changed files with 18 additions and 0 deletions
@@ -49,6 +49,14 @@
display_name = "pink tiger pelt"
path = /obj/item/clothing/head/pelt/tigerpeltpink
/datum/gear/head/magic_hat
display_name = "wizard hat, colorable"
path = /obj/item/clothing/head/wizard/fake/realistic/colorable
/datum/gear/head/magic_hat/New()
..()
gear_tweaks += gear_tweak_free_color_choice
/*
Talon hats
*/