Bridge Gone; Science Department Resprite + Drip Expansion (#30917)

* obj sprites, human suits, vox suits, berets, softcap, loadout, vendors

* compile fix

* kidan sprites

* drask sprites + kidan uniform i missed

* xenobio merge conflict + swap robotics beret names

* grey sprites

---------

Signed-off-by: Ahzpy <88119260+Ahzpy@users.noreply.github.com>
This commit is contained in:
Ahzpy
2025-11-13 23:37:20 +00:00
committed by GitHub
parent 0cc4014314
commit 0a615e798e
21 changed files with 218 additions and 16 deletions
+28
View File
@@ -342,6 +342,12 @@
ads_list = list("Perfect for the mad scientist in you!")
vend_reply = "Thank you for using the GeneDrobe!"
products = list(/obj/item/clothing/under/rank/rnd/geneticist = 3,
/obj/item/clothing/under/rank/rnd/geneticist/skirt = 3,
/obj/item/clothing/under/rank/rnd/geneticist/corporate = 3,
/obj/item/clothing/under/rank/rnd/geneticist/skirt/corporate = 3,
/obj/item/clothing/head/beret/gene = 3,
/obj/item/clothing/head/beret/gene_alt = 3,
/obj/item/clothing/head/beret/gene_wine = 3,
/obj/item/clothing/shoes/laceup = 3,
/obj/item/clothing/shoes/white = 3,
/obj/item/clothing/shoes/sandal/white = 3,
@@ -355,6 +361,12 @@
contraband = list(/obj/item/toy/figure/crew/geneticist = 1)
prices = list(/obj/item/clothing/under/rank/rnd/geneticist = 50,
/obj/item/clothing/under/rank/rnd/geneticist/skirt = 50,
/obj/item/clothing/under/rank/rnd/geneticist/corporate = 50,
/obj/item/clothing/under/rank/rnd/geneticist/skirt/corporate = 50,
/obj/item/clothing/head/beret/gene = 20,
/obj/item/clothing/head/beret/gene_alt = 20,
/obj/item/clothing/head/beret/gene_wine = 20,
/obj/item/clothing/suit/storage/labcoat/genetics = 75,
/obj/item/clothing/shoes/laceup = 30,
/obj/item/clothing/shoes/white = 20,
@@ -383,11 +395,14 @@
vend_reply = "Thank you for using the SciDrobe!"
products = list(/obj/item/clothing/under/rank/rnd/scientist = 6,
/obj/item/clothing/under/rank/rnd/scientist/skirt = 3,
/obj/item/clothing/under/rank/rnd/scientist/corporate = 3,
/obj/item/clothing/under/rank/rnd/scientist/skirt/corporate = 3,
/obj/item/clothing/suit/hooded/wintercoat/science = 3,
/obj/item/clothing/suit/storage/labcoat = 3,
/obj/item/clothing/suit/storage/labcoat/science = 3,
/obj/item/clothing/suit/jacket/bomber/sci = 3,
/obj/item/clothing/head/beret/sci = 3,
/obj/item/clothing/head/beret/sci_alt = 3,
/obj/item/clothing/accessory/armband/science = 6,
/obj/item/clothing/shoes/laceup = 3,
/obj/item/clothing/shoes/white = 3,
@@ -403,11 +418,14 @@
prices = list(/obj/item/clothing/under/rank/rnd/scientist = 50,
/obj/item/clothing/under/rank/rnd/scientist/skirt = 50,
/obj/item/clothing/under/rank/rnd/scientist/corporate = 50,
/obj/item/clothing/under/rank/rnd/scientist/skirt/corporate = 50,
/obj/item/clothing/suit/hooded/wintercoat/science = 75,
/obj/item/clothing/suit/storage/labcoat = 75,
/obj/item/clothing/suit/storage/labcoat/science = 75,
/obj/item/clothing/suit/jacket/bomber/sci = 75,
/obj/item/clothing/head/beret/sci = 20,
/obj/item/clothing/head/beret/sci_alt = 20,
/obj/item/clothing/accessory/armband/science = 20,
/obj/item/clothing/shoes/laceup = 30,
/obj/item/clothing/shoes/white = 20,
@@ -434,11 +452,16 @@
vend_reply = "Thank you for using the RoboDrobe!"
products = list(/obj/item/clothing/under/rank/rnd/roboticist = 3,
/obj/item/clothing/under/rank/rnd/roboticist/skirt = 3,
/obj/item/clothing/under/rank/rnd/roboticist/corporate = 3,
/obj/item/clothing/under/rank/rnd/roboticist/skirt/corporate = 3,
/obj/item/clothing/under/rank/rnd/roboticist/overalls = 3,
/obj/item/clothing/under/rank/rnd/roboticist/corporate/alt = 3,
/obj/item/clothing/suit/storage/labcoat/roboblack = 3,
/obj/item/clothing/suit/storage/labcoat/robowhite = 3,
/obj/item/clothing/suit/jacket/bomber/robo = 3,
/obj/item/clothing/head/beret/roboblack = 3,
/obj/item/clothing/head/beret/robowhite = 3,
/obj/item/clothing/head/soft/robotics = 3,
/obj/item/clothing/head/soft/black = 3,
/obj/item/clothing/gloves/fingerless = 3,
/obj/item/clothing/shoes/laceup = 3,
@@ -455,11 +478,16 @@
prices = list(/obj/item/clothing/under/rank/rnd/roboticist = 50,
/obj/item/clothing/under/rank/rnd/roboticist/skirt = 50,
/obj/item/clothing/under/rank/rnd/roboticist/corporate = 50,
/obj/item/clothing/under/rank/rnd/roboticist/skirt/corporate = 50,
/obj/item/clothing/under/rank/rnd/roboticist/overalls = 50,
/obj/item/clothing/under/rank/rnd/roboticist/corporate/alt = 50,
/obj/item/clothing/suit/storage/labcoat/roboblack = 75,
/obj/item/clothing/suit/storage/labcoat/robowhite = 75,
/obj/item/clothing/suit/jacket/bomber/robo = 75,
/obj/item/clothing/head/beret/roboblack = 20,
/obj/item/clothing/head/beret/robowhite = 20,
/obj/item/clothing/head/soft/robotics = 20,
/obj/item/clothing/head/soft/black = 20,
/obj/item/clothing/gloves/fingerless = 20,
/obj/item/clothing/shoes/laceup = 30,