From f165f79a8d2a86ec7c37f7615acc3d79fe5498d5 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Tue, 24 May 2022 21:48:00 -0700 Subject: [PATCH] Made hyper-nob's price commiserate with its difficulty --- code/modules/atmospherics/auxgm/gas_types.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/atmospherics/auxgm/gas_types.dm b/code/modules/atmospherics/auxgm/gas_types.dm index 0010fc4f74..cba5dce870 100644 --- a/code/modules/atmospherics/auxgm/gas_types.dm +++ b/code/modules/atmospherics/auxgm/gas_types.dm @@ -161,7 +161,7 @@ name = "Hyper-noblium" gas_overlay = "freon" moles_visible = MOLES_GAS_VISIBLE - price = 20 + price = 50 /datum/gas/hydrogen id = GAS_HYDROGEN