mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-22 20:57:23 +01:00
Merge pull request #5638 from lbnesquik/Kates-Chemistry-Fix
Fixes chem master dumping reagents.
This commit is contained in:
@@ -31,8 +31,8 @@
|
||||
|
||||
/obj/machinery/chem_master/New()
|
||||
..()
|
||||
var/datum/reagents/R = new/datum/reagents(120)
|
||||
reagents = R
|
||||
var/datum/reagents/R = new/datum/reagents(900) //Just a huge random number so the buffer should (probably) never dump your reagents.
|
||||
reagents = R //There should be a nano ui thingy to warn of this.
|
||||
R.my_atom = src
|
||||
|
||||
/obj/machinery/chem_master/ex_act(severity)
|
||||
|
||||
Reference in New Issue
Block a user