File tree 1 file changed +2
-3
lines changed
code/modules/reagents/chemistry/recipes
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 376
376
reaction_flags = REACTION_INSTANT
377
377
378
378
/ datum / chemical_reaction/ pyrosium_oxygen/ on_reaction( datum / reagents/ holder, datum / equilibrium/ reaction, created_volume)
379
- holder. chem_temp += 10 * created_volume
379
+ holder. expose_temperature(holder . chem_temp + ( 10 * created_volume), 1 )
380
380
381
381
/ datum / chemical_reaction/ pyrosium
382
382
results = list (/ datum / reagent/ pyrosium = 3 )
388
388
thermic_constant = 0
389
389
390
390
/ datum / chemical_reaction/ pyrosium/ on_reaction( datum / reagents/ holder, datum / equilibrium/ reaction, created_volume)
391
- holder. chem_temp = 20 // also cools the fuck down
392
- return
391
+ holder. expose_temperature(20 , 1 ) // also cools the fuck down
393
392
394
393
/ datum / chemical_reaction/ reagent_explosion/ nitrous_oxide
395
394
required_reagents = list (/ datum / reagent/ nitrous_oxide = 1 )
You can’t perform that action at this time.
0 commit comments