[NON-MODULAR] Nerfs plasma sheet generation in the crystalliser (#3959)

* nerfs plasma gen

* uhhh comment modular or w/e

* shabba
This commit is contained in:
Tom
2021-03-07 03:23:23 +00:00
committed by GitHub
parent 2b7b712a25
commit 8cbd7ed0ef
@@ -126,7 +126,7 @@ GLOBAL_LIST_INIT(gas_recipe_meta, gas_recipes_list())
max_temp = 140
reaction_type = ENDOTHERMIC_REACTION
energy_release = 15000
requirements = list(/datum/gas/plasma = 25)
requirements = list(/datum/gas/plasma = 150, /datum/gas/bz = 15) // SKYRAT EDIT - ORIGINAL: list(/datum/gas/plasma = 25)
products = list(/obj/item/stack/sheet/mineral/plasma = 1)
/datum/gas_recipe/crystallizer/crystal_cell