Backward 512 compatibility removal.
This commit is contained in:
@@ -95,7 +95,7 @@
|
||||
|
||||
if(!ImpureTot == 0) //If impure, v.small emp (0.6 or less)
|
||||
ImpureTot *= volume
|
||||
var/empVol = CLAMP (volume/10, 0, 15)
|
||||
var/empVol = clamp(volume/10, 0, 15)
|
||||
empulse(T, empVol, ImpureTot/10, 1)
|
||||
|
||||
my_atom.reagents.clear_reagents() //just in case
|
||||
|
||||
Reference in New Issue
Block a user