mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-12 03:02:54 +00:00
how many times have I switched branches to fix mirrors
This commit is contained in:
@@ -225,10 +225,10 @@
|
|||||||
|
|
||||||
// Convert the recipes list into an array of strings. The UI does not need the associative list attached to each string.
|
// Convert the recipes list into an array of strings. The UI does not need the associative list attached to each string.
|
||||||
var/list/tmp_recipes = list()
|
var/list/tmp_recipes = list()
|
||||||
|
if(recipes)
|
||||||
|
for(var/i = 1, i <= recipes.len, i++)
|
||||||
|
tmp_recipes[i] = recipes[i]
|
||||||
data["recipes"] = tmp_recipes
|
data["recipes"] = tmp_recipes
|
||||||
for(var/i = 1, i <= recipes.len, i++)
|
|
||||||
tmp_recipes[i] = recipes[i]
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
// Read data from the reaction vessel.
|
// Read data from the reaction vessel.
|
||||||
|
|||||||
Reference in New Issue
Block a user