Skip to content

Commit

Permalink
Merge pull request #761 from CannibalHunter/gnome-outfit-fixes
Browse files Browse the repository at this point in the history
fixes gnome outfit (boots and both hats)
  • Loading branch information
dwasint authored Dec 20, 2023
2 parents 499f8aa + beaef1b commit 77309a6
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 77309a6

Please sign in to comment.