Increase fire_fuel_energy_release again (#21980)

This commit is contained in:
Exxion
2019-03-09 12:39:47 -05:00
committed by Kurfursten
parent 686c1533a1
commit 2671f6d75e
3 changed files with 3 additions and 3 deletions

View File

@@ -52,7 +52,7 @@ var/global/ZAS_Settings/zas_settings = new
valtype=ZAS_TYPE_NUMERIC
/datum/ZAS_Setting/fire_fuel_energy_release
value = 1100000
value = 2000000
name = "Fire - Fuel energy release"
desc = "The energy in joule released when burning one mol of a burnable substance"
valtype=ZAS_TYPE_NUMERIC

View File

@@ -51,7 +51,7 @@ var/list/syndicate_bomb_spawners = list()
T.master = V
var/datum/gas_mixture/G = T.air_contents
G.update_values()
G.multiply(1650 / G.pressure) //Sets each tank's pressure to 1650kPa. This was determined experimentally to result in a 7 dev explosion with this mix.
G.multiply(10 * ONE_ATMOSPHERE / G.pressure) //Sets each tank's pressure to ten atmospheres, which incidentally results in an explosion of exactly 7 dev with default settings.
var/obj/item/device/assembly/S

View File

@@ -8,7 +8,7 @@
# Fire - Fuel energy release
# The energy in joule released when burning one mol of a burnable substance
/datum/ZAS_Setting/fire_fuel_energy_release 1100000
/datum/ZAS_Setting/fire_fuel_energy_release 2000000
# Airflow - Small Movement Threshold %
# Percent of 1 Atm. at which items with the small weight classes will move.