mirror of
https://github.com/evilew/GS13-Citadel.git
synced 2026-08-27 15:18:17 +01:00
this was not supposed to go here, but while I'm at it...
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -20,9 +20,6 @@ map boxstation
|
||||
#voteweight 1.5
|
||||
endmap
|
||||
|
||||
map cogstation
|
||||
endmap
|
||||
|
||||
map metastation
|
||||
minplayers 25
|
||||
#voteweight 0.5
|
||||
|
||||
Reference in New Issue
Block a user