From b01231fe6debce6ddcac53d55c799867d21e6b7c Mon Sep 17 00:00:00 2001 From: Dahlular <55758850+Dahlular@users.noreply.github.com> Date: Thu, 15 Jul 2021 18:52:19 -0600 Subject: [PATCH] Boosts the price of the HEV suit crate --- code/modules/cargo/packs/science.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/science.dm b/code/modules/cargo/packs/science.dm index c040d063..fe130349 100644 --- a/code/modules/cargo/packs/science.dm +++ b/code/modules/cargo/packs/science.dm @@ -208,7 +208,7 @@ /datum/supply_pack/science/hev name = "Hazard Suit Crate" desc = "A familiar suit from the times of interdimensional exploring. Research Directors might prefer these due to their superior radioactive protection over the standard RD suit." - cost = 10000 + cost = 15000 access = ACCESS_RD contains = list(/obj/item/clothing/suit/space/hardsuit/rd/hev) crate_name = "hazard suit crate"