Skip to content

Commit

Permalink
Merge pull request #783 from CannibalHunter/gnome-outfit-fixes
Browse files Browse the repository at this point in the history
Gnome uniform store price changes and uniform sprite changes
  • Loading branch information
dwasint authored Dec 24, 2023
2 parents 1ca33d8 + 6d6afd3 commit 5fc823a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions monkestation/code/modules/clothing/costumes/gnome.dm
Original file line number Diff line number Diff line change
Expand Up @@ -62,24 +62,24 @@
/datum/store_item/under/jumpsuit/gnome_green
name = "Green Gnome Uniform"
item_path = /obj/item/clothing/under/gnome_green
item_cost = 600
item_cost = 1000

/datum/store_item/under/jumpsuit/gnome_blue
name = "Blue Gnome Uniform"
item_path = /obj/item/clothing/under/gnome_blue
item_cost = 600
item_cost = 1000

/datum/store_item/shoes/gnome_boots
name = "Leather Gnome Boots"
item_path = /obj/item/clothing/shoes/gnome_boots
item_cost = 600
item_cost = 1000

/datum/store_item/head/gnome_hat
name = "Gnome Hat"
item_path = /obj/item/clothing/head/gnome_hat
item_cost = 600
item_cost = 2500

/datum/store_item/head/gnome_hat_tall
name = "Tall Gnome Hat"
item_path = /obj/item/clothing/head/gnome_hat_tall
item_cost = 900
item_cost = 10000
Binary file not shown.

0 comments on commit 5fc823a

Please sign in to comment.