Skip to content

Commit

Permalink
da fixes!
Browse files Browse the repository at this point in the history
1. gnome hats and boots now look for the propper icon FILE
2. removes redundant files
  • Loading branch information
CannibalHunter committed Dec 20, 2023
1 parent 32b3fe1 commit beaef1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions monkestation/code/modules/clothing/costumes/gnome.dm
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,21 @@
desc = "This pair of boots seem to be made out of leather! It's handcrafted too!."
icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi'
icon_state = "gnome_boots"
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi'
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi'

/obj/item/clothing/head/gnome_hat
name = "gnome hat"
desc = "A gnomes standard issue hat for all temperatures. It's made of a softly smooth red velvet."
icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi'
icon_state = "gnome_hat"
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi'
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi'

/obj/item/clothing/head/gnome_hat_tall
name = "tall gnome hat"
desc = "A gnomes standard issue hat for all temperatures. It's made of a softly smooth red velvet. This one is QUITE tall."
icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_item.dmi'
icon_state = "gnome_hat_tall"
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x32.dmi'
worn_icon = 'monkestation/icons/mob/clothing/costumes/gnome/gnome_worn_32x64.dmi'

//loadout_item
/datum/loadout_item/under/jumpsuit/gnome_green
Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit beaef1b

Please sign in to comment.