From f5041e1b97d25551af54c71c39aea9120dd16c7d Mon Sep 17 00:00:00 2001 From: Lily-129 <68935009+Lily-129@users.noreply.github.com> Date: Thu, 27 Jan 2022 16:44:36 -0500 Subject: [PATCH] update comment --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 42338903..965ca62e 100644 --- a/index.html +++ b/index.html @@ -6397,7 +6397,7 @@ for (var k = 0; k < b0.split(" AND ").length; k++) { for (var i = 0; i < width; i++) { pixelMap[i] = []; } - // randomChoices = the keys of "elements" with "filler", "lattice", "gray_goo", and any element with the category "tools" removed + // randomChoices = the keys of "elements" with any element with the category "tools" or the property excludeRandom set to true removed randomChoices = Object.keys(elements).filter(function(e) { return elements[e].excludeRandom != true && elements[e].category != "tools"; });