Skip to content

Commit

Permalink
Update hfr_fuel_datums.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
warface1234455 authored Feb 23, 2024
1 parent 5e4f23a commit 0f42e64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,8 @@ GLOBAL_LIST_INIT(hfr_fuels_list, hfr_fuels_create_list())
gas_production_multiplier = 2
temperature_change_multiplier = 0.97
requirements = list(GAS_PLUOXIUM, GAS_ANTINOB)
primary_products = list(GAS_FREON, GAS_BZ)
secondary_products = list(GAS_HALON, GAS_HEXANE, GAS_MIASMA, GAS_NITRIUM, GAS_HEALIUM, GAS_ZAUKER)
primary_products = list(GAS_FREON, GAS_MIASMA)
secondary_products = list(GAS_HALON, GAS_HEXANE, GAS_BZ, GAS_NITRIUM, GAS_HEALIUM, GAS_ZAUKER)
meltdown_flags = HYPERTORUS_FLAG_DEVASTATING_EXPLOSION | HYPERTORUS_FLAG_RADIATION_PULSE | HYPERTORUS_FLAG_EMP | HYPERTORUS_FLAG_MASSIVE_SPREAD

/datum/hfr_fuel/hypernob_antinob_fuel
Expand Down

0 comments on commit 0f42e64

Please sign in to comment.