Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions code/modules/client/preference/loadout/loadout_hat.dm
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@
display_name = "Kitty ears"
path = /obj/item/clothing/head/kitty

/datum/gear/hat/kittyears/mouse
display_name = "mouse ears"
path = /obj/item/clothing/head/kitty/mouse

/datum/gear/hat/chaplain
main_typepath = /datum/gear/hat/chaplain
allowed_roles = list("Chaplain")
Expand Down