From 69ce50e820d5747d2bb61b192f389cd84c754158 Mon Sep 17 00:00:00 2001 From: Phantastic-Swan Date: Thu, 14 Aug 2025 13:54:23 +0200 Subject: [PATCH] this was not supposed to go here, but while I'm at it... --- .../code/modules/atmospherics/gasmixtures/reactions.dm | 2 +- config/maps.txt | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm b/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm index ed499ba3b4..5159e08257 100644 --- a/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm +++ b/GainStation13/code/modules/atmospherics/gasmixtures/reactions.dm @@ -28,7 +28,7 @@ var/old_heat_capacity = air.heat_capacity() - var/used_moles = min((reaction_efficiency * min(plasma_moles, tritium_moles) * 0.5), 5) + var/used_moles = min((reaction_efficiency * min(plasma_moles, tritium_moles) * 0.5), 3) var/energy_released = used_moles * FIRE_CARBON_ENERGY_RELEASED air.adjust_moles(GAS_FAT, used_moles) diff --git a/config/maps.txt b/config/maps.txt index 8e060cda84..327f44c024 100644 --- a/config/maps.txt +++ b/config/maps.txt @@ -20,9 +20,6 @@ map boxstation #voteweight 1.5 endmap -map cogstation -endmap - map metastation minplayers 25 #voteweight 0.5