Found a pH overflow.
This commit is contained in:
@@ -129,6 +129,7 @@
|
||||
if(total_volume > 0)
|
||||
var/part = amount / total_volume
|
||||
for(var/reagent in cached_reagents)
|
||||
pH = 7
|
||||
var/datum/reagent/R = reagent
|
||||
remove_reagent(R.id, R.volume * part)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user