mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-21 19:17:50 +01:00
New Engineering Uniforms + Jumpsuit Recolor (#30735)
* human, vox, vendor, loadout * kidan sprites, item sprites * grey sprites * drask sprites, remove temp palettes * add softcap to vendors, linters fix?
This commit is contained in:
+12
@@ -487,10 +487,13 @@
|
||||
vend_reply = "Thank you for using the EngiDrobe!"
|
||||
products = list(/obj/item/clothing/under/rank/engineering/engineer = 6,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/skirt = 3,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/overalls = 3,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/corporate = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering = 3,
|
||||
/obj/item/clothing/suit/jacket/bomber/engi = 3,
|
||||
/obj/item/clothing/suit/storage/hazardvest/staff = 3,
|
||||
/obj/item/clothing/head/beret/eng = 3,
|
||||
/obj/item/clothing/head/soft/engineer = 3,
|
||||
/obj/item/clothing/head/hardhat = 2,
|
||||
/obj/item/clothing/head/hardhat/orange = 2,
|
||||
/obj/item/clothing/head/hardhat/dblue = 2,
|
||||
@@ -510,10 +513,13 @@
|
||||
|
||||
prices = list(/obj/item/clothing/under/rank/engineering/engineer = 50,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/skirt = 50,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/overalls = 50,
|
||||
/obj/item/clothing/under/rank/engineering/engineer/corporate = 50,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering = 75,
|
||||
/obj/item/clothing/suit/jacket/bomber/engi = 75,
|
||||
/obj/item/clothing/suit/storage/hazardvest/staff = 50,
|
||||
/obj/item/clothing/head/beret/eng = 20,
|
||||
/obj/item/clothing/head/soft/engineer = 20,
|
||||
/obj/item/clothing/head/hardhat = 20,
|
||||
/obj/item/clothing/head/hardhat/orange = 30,
|
||||
/obj/item/clothing/head/hardhat/dblue = 30,
|
||||
@@ -544,10 +550,13 @@
|
||||
vend_reply = "Thank you for using the AtmosDrobe!"
|
||||
products = list(/obj/item/clothing/under/rank/engineering/atmospheric_technician = 6,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/skirt = 3,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/overalls = 3,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/corporate = 3,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 3,
|
||||
/obj/item/clothing/suit/jacket/bomber/atmos = 3,
|
||||
/obj/item/clothing/suit/storage/hazardvest/staff = 3,
|
||||
/obj/item/clothing/head/beret/atmos = 3,
|
||||
/obj/item/clothing/head/soft/atmos = 3,
|
||||
/obj/item/clothing/head/hardhat = 2,
|
||||
/obj/item/clothing/head/hardhat/red = 2,
|
||||
/obj/item/clothing/head/hardhat/orange = 2,
|
||||
@@ -567,10 +576,13 @@
|
||||
|
||||
prices = list(/obj/item/clothing/under/rank/engineering/atmospheric_technician = 50,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/skirt = 50,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/overalls = 50,
|
||||
/obj/item/clothing/under/rank/engineering/atmospheric_technician/corporate = 50,
|
||||
/obj/item/clothing/suit/hooded/wintercoat/engineering/atmos = 75,
|
||||
/obj/item/clothing/suit/jacket/bomber/atmos = 75,
|
||||
/obj/item/clothing/suit/storage/hazardvest/staff = 50,
|
||||
/obj/item/clothing/head/beret/atmos = 20,
|
||||
/obj/item/clothing/head/soft/atmos = 20,
|
||||
/obj/item/clothing/head/hardhat = 20,
|
||||
/obj/item/clothing/head/hardhat/red = 30,
|
||||
/obj/item/clothing/head/hardhat/orange = 30,
|
||||
|
||||
Reference in New Issue
Block a user