Skip to content

Commit

Permalink
ой
Browse files Browse the repository at this point in the history
  • Loading branch information
FatFatFat1 committed Sep 16, 2024
1 parent 48f425b commit 0e77312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/client/character_menu/loadout/loadout_hats.dm
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@
/datum/gear/head/pluvia_hat/New()
..()
var/hats = list()
hats["blue"] = /datum/gear/head/pluvia_hat
hats["blue"] = /obj/item/clothing/head/pluvia
hats["white"] = /obj/item/clothing/head/wpluvia
gear_tweaks += new/datum/gear_tweak/path(hats)

0 comments on commit 0e77312

Please sign in to comment.