Overalls and Shorts Tweaks (#14987)

This commit is contained in:
SleepyGemmy
2023-02-02 15:01:19 -03:00
committed by GitHub
parent b43aafafc2
commit de47686ec0
46 changed files with 636 additions and 451 deletions
@@ -6,11 +6,11 @@
/obj/structure/closet/athletic_mixed/fill()
new /obj/item/towel/random(src)
new /obj/item/towel/random(src)
new /obj/item/clothing/under/shorts/grey(src)
new /obj/item/clothing/under/shorts/black(src)
new /obj/item/clothing/under/shorts/red(src)
new /obj/item/clothing/under/shorts/blue(src)
new /obj/item/clothing/under/shorts/green(src)
new /obj/item/clothing/under/shorts/athletic/grey(src)
new /obj/item/clothing/under/shorts/athletic/black(src)
new /obj/item/clothing/under/shorts/athletic/red(src)
new /obj/item/clothing/under/shorts/athletic/blue(src)
new /obj/item/clothing/under/shorts/athletic/green(src)
new /obj/item/clothing/under/swimsuit/red(src)
new /obj/item/clothing/under/swimsuit/black(src)
new /obj/item/clothing/under/swimsuit/blue(src)
@@ -7,9 +7,9 @@
..()
switch(rand(1,2))
if(1)
new /obj/item/clothing/suit/apron(src)
new /obj/item/clothing/accessory/apron/blue(src)
if(2)
new /obj/item/clothing/suit/apron/overalls/blue(src)
new /obj/item/clothing/accessory/overalls/blue(src)
new /obj/item/storage/bag/plants(src)
new /obj/item/clothing/under/rank/hydroponics(src)
new /obj/item/device/analyzer/plant_analyzer(src)
@@ -30,9 +30,9 @@
..()
switch(rand(1,2))
if(1)
new /obj/item/clothing/suit/apron(src)
new /obj/item/clothing/accessory/apron/blue(src)
if(2)
new /obj/item/clothing/suit/apron/overalls/blue(src)
new /obj/item/clothing/accessory/overalls/blue(src)
new /obj/item/clothing/under/rank/scientist/botany(src)
new /obj/item/storage/bag/plants(src)
new /obj/item/clothing/under/rank/scientist(src)
+1 -1
View File
@@ -132,7 +132,7 @@
/obj/item/clothing/gloves/botanic_leather = 3,
/obj/item/clothing/head/hardhat/red = 3,
/obj/item/clothing/mask/gas = 3,
/obj/item/clothing/suit/apron = 3,
/obj/item/clothing/accessory/apron/random = 3,
/obj/item/clothing/suit/storage/toggle/bomber = 3,
/obj/item/clothing/suit/storage/toggle/brown_jacket = 3,
/obj/item/clothing/suit/storage/hooded/wintercoat/hoodie = 3,