Adds the Zaddat Race + Modifies pressure damage calculations

This commit is contained in:
elgeonmb
2019-03-28 16:54:32 -04:00
committed by Novacat
parent a98ac52678
commit 9d056decda
40 changed files with 405 additions and 20 deletions
+6 -1
View File
@@ -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
+9
View File
@@ -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"
+12 -1
View File
@@ -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