mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 07:20:09 +01:00
Overalls and Shorts Tweaks (#14987)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user