From d936b43e98f28a50da739e992b0bc758ed186906 Mon Sep 17 00:00:00 2001 From: Chiirno Date: Thu, 31 Dec 2020 17:27:25 -0400 Subject: [PATCH] adjusted the price to 1975. Above eva suit at 1500 and beow medical hardsuit at 2750 --- code/modules/cargo/packs/medical.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/cargo/packs/medical.dm b/code/modules/cargo/packs/medical.dm index 51b76a4df6..9740adee32 100644 --- a/code/modules/cargo/packs/medical.dm +++ b/code/modules/cargo/packs/medical.dm @@ -93,7 +93,7 @@ /datum/supply_pack/medical/paramedicevasuit name = "Paramedic EVA Suit" desc = "Has some greytide been floating amongst carp for a dozen minutes now? Chemistry vented in a meth experiment gone wrong? Be the blue saviour this station desperately needs and get your Paramedical EVA suit today! Requires medical access to open." - cost = 2250 + cost = 1975 access = ACCESS_MEDICAL contains = list(/obj/item/tank/internals/emergency_oxygen, /obj/item/clothing/head/helmet/space/eva/paramedic,