mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-24 04:28:12 +01:00
Bunsen Burner (#18361)
* bunsen burner port * reacting reagents returns if it did * small fixes * new bunsen burner icon * fixes * deconstruction fixing * smaller range * code review
This commit is contained in:
@@ -328,10 +328,7 @@
|
||||
id = "distill_reduce_tablesalt"
|
||||
result = REAGENT_ID_SODIUM
|
||||
required_reagents = list(REAGENT_ID_SODIUMCHLORIDE = 1)
|
||||
result_amount = 1
|
||||
result_amount = 0.5
|
||||
|
||||
temp_range = list(T20C + 800, T20C + 1000)
|
||||
temp_shift = -1
|
||||
|
||||
require_xgm_gas = GAS_PHORON
|
||||
rejects_xgm_gas = GAS_O2
|
||||
|
||||
@@ -240,7 +240,7 @@
|
||||
result = REAGENT_ID_DEXALIN
|
||||
required_reagents = list(REAGENT_ID_OXYGEN = 2, REAGENT_ID_PHORON = 0.1)
|
||||
catalysts = list(REAGENT_ID_PHORON = 1)
|
||||
inhibitors = list(REAGENT_ID_WATER = 1) // Messes with cryox
|
||||
inhibitors = list(REAGENT_ID_WATER = 1, REAGENT_ID_TIN = 1) // Messes with cryox, and oxygen distilling
|
||||
result_amount = 1
|
||||
|
||||
/decl/chemical_reaction/instant/dermaline
|
||||
|
||||
Reference in New Issue
Block a user