this was not supposed to go here, but while I'm at it...

This commit is contained in:
Phantastic-Swan
2025-08-14 13:54:23 +02:00
parent ce159975df
commit 69ce50e820
2 changed files with 1 additions and 4 deletions
@@ -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)
-3
View File
@@ -20,9 +20,6 @@ map boxstation
#voteweight 1.5
endmap
map cogstation
endmap
map metastation
minplayers 25
#voteweight 0.5