From ea89e5f516897191e191cb3cc578e36c2fe81cb6 Mon Sep 17 00:00:00 2001 From: Azgaar Date: Sat, 8 May 2021 15:12:17 +0300 Subject: [PATCH] better model names --- modules/ui/resources-editor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ui/resources-editor.js b/modules/ui/resources-editor.js index 62d1d9ee..6d65094f 100644 --- a/modules/ui/resources-editor.js +++ b/modules/ui/resources-editor.js @@ -29,7 +29,7 @@ function editResources() { const categoryOptions = category => categories.map(c => ``).join(""); const models = [...new Set(pack.resources.map(r => r.model))].sort(); - const modelOptions = model => models.map(m => ``).join(""); + const modelOptions = model => models.map(m => ``).join(""); // // {i: 33, name: "Saltpeter", icon: "resource-saltpeter", color: "#e6e3e3", value: 8, chance: 2, model: "habitability", bonus: {artillery: 3}} for (const r of pack.resources) {