Fixes viro oversight.

This commit is contained in:
Thalpy
2019-07-01 12:36:24 +01:00
parent cf225f335a
commit 48ce61580e
3 changed files with 6 additions and 5 deletions
+3 -2
View File
@@ -880,8 +880,9 @@
if(isliving(my_atom))
if(R.OnMobMergeCheck == TRUE)//Forces on_mob_add proc when a chem is merged
R.on_mob_add(my_atom, amount)
else
R.on_merge(data, amount, my_atom, other_purity)
//else
// R.on_merge(data, amount, my_atom, other_purity)
R.on_merge(data, amount, my_atom, other_purity)
if(!no_react)
handle_reactions()