mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-07-14 01:24:21 +01:00
Reactions no longer give double the product (#68577)
This commit is contained in:
@@ -345,8 +345,6 @@
|
||||
for(var/product in reaction.results)
|
||||
//create the products
|
||||
step_add = delta_chem_factor * reaction.results[product]
|
||||
//If we make purities in real time
|
||||
holder.add_reagent(product, step_add, null, cached_temp, purity, override_base_ph = TRUE)
|
||||
//Default handiling
|
||||
holder.add_reagent(product, step_add, null, cached_temp, purity, override_base_ph = TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user