From f5717c43b57938ad212529b0ff05aefec65558f0 Mon Sep 17 00:00:00 2001 From: Swan <122107181+NiceNiceSwan@users.noreply.github.com> Date: Sat, 14 Dec 2024 19:54:44 +0100 Subject: [PATCH] changed requirements from plasma and N2 to BZ and trit --- .../code/modules/atmospherics/gasmixtures/reactions.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm b/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm index 79776a9ee4..0057a6e6fb 100644 --- a/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm +++ b/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm @@ -5,8 +5,8 @@ /datum/gas_reaction/lipoifium_formation/init_reqs() min_requirements = list(// TODO: change this shit - GAS_PLASMA = 20, - GAS_N2 = 20 + GAS_BZ = 15, + GAS_TRITIUM = 15 ) /datum/gas_reaction/lipoifium_formation/react(datum/gas_mixture/air)