This commit is contained in:
Fox McCloud
2019-03-26 18:54:28 -04:00
parent 41c03e03d9
commit f00596fe81
@@ -176,7 +176,7 @@
var/datum/reagents/R = beaker.reagents
var/id = href_list["remove"]
R.remove_reagent(id, amount)
else if(isnum(amount) && (amount = -1)) //Isolate instead
else if(isnum(amount) && (amount == -1)) //Isolate instead
var/datum/reagents/R = beaker.reagents
var/id = href_list["remove"]
R.isolate_reagent(id)