Double messages.

This commit is contained in:
Fermi
2019-06-20 02:49:30 +01:00
parent 35cc690f91
commit 7a3542fc5c
2 changed files with 4 additions and 4 deletions
@@ -57,9 +57,10 @@
e.set_up(round((volume/30)*(pH-9)), T, 0, 0)
e.start()
if(!ImpureTot == 0) //If impure, v.small emp
if(!ImpureTot == 0) //If impure, v.small emp (0.6 or less)
ImpureTot *= volume
empulse(T, volume/10, ImpureTot/10, 1)
var/empVol = CLAMP (volume/10, 0, 15)
empulse(T, empVol, ImpureTot/10, 1)
my_atom.reagents.clear_reagents() //just in case
return