From ce3904d0ab52ae7ca805cc5e4848d741c6630a19 Mon Sep 17 00:00:00 2001 From: b Date: Thu, 7 Jan 2021 04:34:55 -0600 Subject: [PATCH] fix typo... --- test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.js b/test.js index b8e6822..7012970 100644 --- a/test.js +++ b/test.js @@ -313,7 +313,7 @@ function expandItem(item){ } } }else{ //The item does not have fixed IDs. - for (const id in rolledID-){ + for (const id in rolledIDs){ console.log(id); if(item[rolledIDs[id]]){ if(item[rolledIDs[id]] > 0){ // positive rolled IDs