diff --git a/js/technical/systemComponents.js b/js/technical/systemComponents.js
index 2cdd060..54c95f2 100644
--- a/js/technical/systemComponents.js
+++ b/js/technical/systemComponents.js
@@ -151,7 +151,7 @@ var systemComponents = {
|
- |
+ |
|
@@ -163,22 +163,22 @@ var systemComponents = {
- |
+ |
|
|
- |
+ |
|
|
- |
- |
- |
+ |
+ |
+ |
- |
+ |
|
|
diff --git a/js/utils/options.js b/js/utils/options.js
index c777f8f..78eb77e 100644
--- a/js/utils/options.js
+++ b/js/utils/options.js
@@ -93,4 +93,7 @@ function changeLootChance() {
options.chanceMode = modes[(modes.indexOf(options.chanceMode) + 1) % modes.length];
}
+/**
+ * @param {boolean} opt
+ */
let formatOption = (opt) => opt ? 'ON' : 'OFF';