Higher Capacity ChemMaster

Ports Polaris' edit for the ChemMaster so that they never lose the last 180 units of a bluespace beaker's contents.
This commit is contained in:
TheFurryFeline
2019-03-16 11:43:42 -04:00
committed by GitHub
parent 558c67a062
commit 68f6491638
+1 -1
View File
@@ -31,7 +31,7 @@
/obj/machinery/chem_master/New()
..()
var/datum/reagents/R = new/datum/reagents(120)
var/datum/reagents/R = new/datum/reagents(900) //TFF: Ports Polaris edit to prevent the ChemMaster from ever losing a ton of chems.
reagents = R
R.my_atom = src