Skip to content

Commit

Permalink
adds some items to the loadout shop (#1053)
Browse files Browse the repository at this point in the history
  • Loading branch information
ToasterBan authored Aug 10, 2024
1 parent b247fe0 commit 0548b13
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -86,3 +86,7 @@
/datum/loadout_item/backpack/fountainpen
path = /obj/item/pen/fountain
cost = 2

/datum/loadout_item/backpack/skateboard
path = /obj/item/melee/skateboard
cost = 2
3 changes: 3 additions & 0 deletions code/modules/client/preferences/loadout/loadout_item/head.dm
Original file line number Diff line number Diff line change
Expand Up @@ -78,3 +78,6 @@
/datum/loadout_item/head/cone
path = /obj/item/clothing/head/cone
cost = 2

/datum/loadout_item/head/delinquent
path = /obj/item/clothing/head/delinquent
12 changes: 12 additions & 0 deletions code/modules/client/preferences/loadout/loadout_item/shoes.dm
Original file line number Diff line number Diff line change
Expand Up @@ -57,3 +57,15 @@

/datum/loadout_item/shoes/yellowsinger
path = /obj/item/clothing/shoes/singery

/datum/loadout_item/shoes/swag
path = /obj/item/clothing/shoes/swagshoes
cost = 4

/datum/loadout_item/shoes/wheelys
path = /obj/item/clothing/shoes/wheelys
cost = 4

/datum/loadout_item/shoes/rollerskates
path = /obj/item/clothing/shoes/wheelys/rollerskates
cost = 3
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@
/datum/loadout_item/uniform/kilt
path = /obj/item/clothing/under/costume/kilt

/datum/loadout_item/uniform/swag
path = /obj/item/clothing/under/costume/swagoutfit
cost = 4

//SUITS
/datum/loadout_item/uniform/suit
subcategory = LOADOUT_SUBCATEGORY_UNIFORM_SUITS
Expand Down

0 comments on commit 0548b13

Please sign in to comment.