mirror of
https://github.com/CHOMPstation/CHOMPstation.git
synced 2026-08-28 06:26:29 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user