Skip to content

Commit

Permalink
Delete duplicated files, fix loadout uid
Browse files Browse the repository at this point in the history
  • Loading branch information
Cerebulon committed Jan 25, 2025
1 parent 44a0771 commit 8564b80
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file removed icons/clothing/dresses/dress_gothic.dmi
Binary file not shown.
Binary file removed icons/clothing/dresses/dress_lolita.dmi
Binary file not shown.
2 changes: 1 addition & 1 deletion mods/content/polaris/datum/loadout.dm
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
name = "costume selection"
description = "A selection of ridiculous costume hats that are likely to elicit funny looks."
path = /obj/item/clothing/head
uid = "gear_head_formal"
uid = "gear_head_costume"

/decl/loadout_option/head/costume/get_gear_tweak_options()
. = ..()
Expand Down

0 comments on commit 8564b80

Please sign in to comment.