mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-21 05:04:10 +01:00
Merge pull request #4329 from VOREStation/upstream-merge-5638
[MIRROR] 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