Langserver fixes, vol 2 (#7401)

This commit is contained in:
Erki
2019-11-15 22:42:25 +01:00
committed by Werner
parent 444c0d5ea5
commit ff41b92e97
39 changed files with 100 additions and 159 deletions
+2 -2
View File
@@ -182,7 +182,7 @@
//We will not touch things which are not required for this recipe. They will be left behind for the caller
//to decide what to do. They may be used again to make another recipe or discarded, or merged into the results,
//thats no longer the concern of this proc
var/datum/reagents/buffer = new /datum/reagents(999999999999, null)//
var/datum/reagents/buffer = new /datum/reagents(1000000000000, null)//
//Find items we need
@@ -228,7 +228,7 @@
If, as in the most common case, there is only a single result, then it will just be a reference to
the single-result's reagents
*/
var/datum/reagents/holder = new/datum/reagents(9999999999)
var/datum/reagents/holder = new/datum/reagents(10000000000)
var/list/results = list()
while (tally < result_quantity)
var/obj/result_obj = new result(container)