Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 151a6ca

Browse filesBrowse files
ClothesAdded new clothe to the clothemate vendor MK2 (yogstation13#11136)
* Added new clothe to the clothemate vendor see tittle list of added clothes: regular: cowboy boots: lizard cowboy boots: lizard masterwork cyborg mask winterboots trainers trainers: red trainers: white trainers: zebra trainers: darkbrown trainers: black wintercoat wintercoat: captain wintercoat: medical wintercoat: science wintercoat: atmos wintercoat: tcomms wintercoat: engi wintercoat: botanist wintercoat: cargo wintercoat: mining black suit black suit jacket gothic coat gothic suit White and black sweatshirt white suit premium: dr. freeze coat pharoah tunic dracula coat russian gangster suit messiah robes * Update clothesmate.dm * removed some clothes i left in the hydro+mining coats as, to my knowledge, they are not available. took out the masterwork boots for obvious reason * less bloat * Update code/modules/vending/clothesmate.dm Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com> Co-authored-by: TheGamerdk <5618080+TheGamerdk@users.noreply.github.com>
1 parent fdd549b commit 151a6ca
Copy full SHA for 151a6ca

1 file changed

+14Lines changed: 14 additions & 0 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎code/modules/vending/clothesmate.dm‎

Copy file name to clipboardExpand all lines: code/modules/vending/clothesmate.dm
+14Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@
6868
/obj/item/clothing/under/skirt/red = 2,
6969
/obj/item/clothing/under/skirt/purple = 2,
7070
/obj/item/clothing/under/scratch/skirt = 2,
71+
/obj/item/clothing/under/scratch = 2,
7172
/obj/item/clothing/under/gimmick/rank/captain/suit/skirt = 2,
7273
/obj/item/clothing/under/gimmick/rank/head_of_personnel/suit/skirt = 2,
7374
/obj/item/clothing/suit/jacket = 2,
@@ -98,11 +99,13 @@
9899
/obj/item/clothing/under/redeveninggown = 1,
99100
/obj/item/clothing/under/blacktango = 1,
100101
/obj/item/clothing/suit/ianshirt = 1,
102+
/obj/item/clothing/suit/nerdshirt = 1,
101103
/obj/item/clothing/shoes/laceup = 2,
102104
/obj/item/clothing/shoes/sandal = 2,
103105
/obj/item/clothing/shoes/cowboy = 2,
104106
/obj/item/clothing/shoes/cowboy/white = 2,
105107
/obj/item/clothing/shoes/cowboy/black = 2,
108+
/obj/item/clothing/shoes/cowboy/lizard = 2,
106109
/obj/item/clothing/suit/jacket/miljacket = 1,
107110
/obj/item/clothing/suit/apron/purple_bartender = 2,
108111
/obj/item/clothing/under/rank/bartender/purple = 2, //yogs added a ,
@@ -153,18 +156,28 @@
153156
/obj/item/clothing/under/yogs/grimhoodie = 2,
154157
/obj/item/clothing/suit/yogs/bikerjacket = 2,
155158
/obj/item/clothing/suit/yogs/varsity = 2,
159+
/obj/item/clothing/under/lawyer/blacksuit = 2,
160+
/obj/item/clothing/suit/toggle/lawyer/black = 2,
161+
/obj/item/clothing/suit/hooded/wintercoat = 2,
156162
/obj/item/clothing/suit/hooded/wintercoat/bluecoat = 2,
157163
/obj/item/clothing/suit/hooded/spesshoodie = 2,
164+
/obj/item/clothing/suit/yogs/zebrasweat = 2,
158165
/obj/item/clothing/suit/yogs/tailcoat = 2,
159166
/obj/item/clothing/suit/yogs/leathercoat = 2,
160167
/obj/item/clothing/suit/yogs/blacktrenchcoat = 2,
168+
/obj/item/clothing/suit/gothcoat = 2,
169+
/obj/item/clothing/suit/yogs/gothic = 2,
161170
/obj/item/clothing/under/yogs/whitetuxedo = 1,
162171
/obj/item/clothing/under/yogs/whitedress = 1,
163172
/obj/item/clothing/under/yogs/fancysuit = 1,
164173
/obj/item/clothing/glasses/sunglasses/cheap = 2,
165174
/obj/item/clothing/glasses/yogs/threed = 2,
166175
/obj/item/clothing/shoes/sneakers/black = 3,
167176
/obj/item/clothing/shoes/yogs/fire_crocs = 1,
177+
/obj/item/clothing/shoes/winterboots = 2,
178+
/obj/item/clothing/shoes/singery = 1,
179+
/obj/item/clothing/shoes/singerb = 1,
180+
/obj/item/clothing/shoes/yogs/trainers = 1,
168181
/obj/item/clothing/shoes/yogs/fuzzy_slippers = 3) //yogs clothes for clothesmate end here
169182
contraband = list(/obj/item/clothing/under/syndicate/tacticool = 1,
170183
/obj/item/clothing/mask/balaclava = 1,
@@ -186,6 +199,7 @@
186199
/obj/item/clothing/head/yogs/formalhat = 1, //yogs start
187200
/obj/item/clothing/suit/yogs/trainman = 1,
188201
/obj/item/clothing/head/yogs/trainman = 1,
202+
/obj/item/clothing/suit/yogs/infsuit = 1,
189203
/obj/item/clothing/under/yogs/persskinsuit = 3) //yogs end
190204
refill_canister = /obj/item/vending_refill/clothing
191205
default_price = 50

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.