mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-26 05:27:39 +01:00
Adds the Zaddat Race + Modifies pressure damage calculations
This commit is contained in:
@@ -52,4 +52,9 @@
|
||||
name = "Merchant - Vox"
|
||||
shoes = /obj/item/clothing/shoes/boots/jackboots/toeless
|
||||
uniform = /obj/item/clothing/under/vox/vox_robes
|
||||
suit = /obj/item/clothing/suit/armor/vox_scrap
|
||||
suit = /obj/item/clothing/suit/armor/vox_scrap
|
||||
|
||||
/decl/hierarchy/outfit/zaddat
|
||||
name = "Zaddat Suit"
|
||||
suit = /obj/item/clothing/suit/space/void/zaddat/
|
||||
mask = /obj/item/clothing/mask/gas/zaddat
|
||||
@@ -135,3 +135,12 @@
|
||||
cost = 15
|
||||
containertype = /obj/structure/closet/crate
|
||||
containername = "Holoplant crate"
|
||||
|
||||
/datum/supply_pack/misc/glucose_hypos
|
||||
name = "Glucose Hypoinjectors"
|
||||
contains = list(
|
||||
/obj/item/weapon/reagent_containers/hypospray/autoinjector/biginjector/glucose = 5
|
||||
)
|
||||
cost = 25
|
||||
containertype = "obj/structure/closet/crate"
|
||||
containername = "Glucose Hypo Crate"
|
||||
@@ -212,4 +212,15 @@
|
||||
cost = 50
|
||||
containertype = "/obj/structure/closet/crate/secure"
|
||||
containername = "Frontier Mining voidsuit crate"
|
||||
access = access_mining
|
||||
access = access_mining
|
||||
|
||||
/datum/supply_pack/voidsuits/zaddat
|
||||
name = "Zaddat Shroud"
|
||||
contains = list(
|
||||
/obj/item/clothing/suit/space/void/zaddat = 1,
|
||||
/obj/item/clothing/mask/gas/zaddat = 1
|
||||
)
|
||||
cost = 30
|
||||
containertype = "/obj/structure/closet/crate"
|
||||
containername = "Zaddat Shroud crate"
|
||||
access = null
|
||||
Reference in New Issue
Block a user