diff options
-rw-r--r-- | html/broughlike/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/html/broughlike/index.html b/html/broughlike/index.html index 46e3732..a1d9650 100644 --- a/html/broughlike/index.html +++ b/html/broughlike/index.html @@ -76,6 +76,7 @@ combatDotBoss: '#b70030' }; + // FIXME: Scopingm and whatnot. // let hardMode = localStorage.getItem('hardMode') || false; let hardModeModifier = 0; // const toggleHardMode = () => { |