From aa55e29bb995379126f7b1a2711bbc571d26524a Mon Sep 17 00:00:00 2001 From: "Seren Highwater." <102489377+SerenHighwater@users.noreply.github.com> Date: Wed, 13 Aug 2025 01:06:38 -0500 Subject: [PATCH] bunny and cat ears (#29791) --- code/modules/client/preference/loadout/loadout_hat.dm | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/code/modules/client/preference/loadout/loadout_hat.dm b/code/modules/client/preference/loadout/loadout_hat.dm index d5b2074027d..8b4d03c7183 100644 --- a/code/modules/client/preference/loadout/loadout_hat.dm +++ b/code/modules/client/preference/loadout/loadout_hat.dm @@ -293,3 +293,12 @@ /datum/gear/hat/cool_bandana display_name = "Badass Bandana" path = /obj/item/clothing/head/cool_bandana + +/datum/gear/hat/rabbitears + display_name = "Rabbit ears" + path = /obj/item/clothing/head/rabbitears + +/datum/gear/hat/kittyears + display_name = "Kitty ears" + path = /obj/item/clothing/head/kitty +