From d45e7a1601ac6b7e17b785738e2e4dee29f98647 Mon Sep 17 00:00:00 2001 From: lowercase-donkey <lowercasedonkey@gmail.com> Date: Thu, 30 May 2019 10:01:17 -0400 Subject: [PATCH] fix comment --- src/js/rulesAssistantOptions.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/rulesAssistantOptions.js b/src/js/rulesAssistantOptions.js index d6031d7c899..9feef334c3f 100644 --- a/src/js/rulesAssistantOptions.js +++ b/src/js/rulesAssistantOptions.js @@ -2976,7 +2976,7 @@ window.rulesAssistantOptions = (function() { constructor() { super("Your preferred location for brands is", []); - // Sorted from top of body down, to make sure list is same as elsewhere. + // I sorted this next section from top of body down, to make it easier to read for users. Hopefully when making similar lists elsewhere in the game, folks will use the same order. Makes it much easier to compare and make sure nothing is missing. And alphabetical is a poor choice for user facing lists. // Head const cheeks = new ListSubSection(this, "Cheeks", [ -- GitLab