This commit is contained in:
Purpose
2018-10-08 19:19:04 +01:00
parent 3b1e6ad01a
commit 9563628234
+1 -1
View File
@@ -692,7 +692,7 @@ var/const/INGEST = 2
// Convenience proc to create a reagents holder for an atom
// Max vol is maximum volume of holder
atom/proc/create_reagents(max_vol)
/atom/proc/create_reagents(max_vol)
reagents = new/datum/reagents(max_vol)
reagents.my_atom = src