diff options
author | elioat <elioat@tilde.institute> | 2024-10-27 15:59:21 -0400 |
---|---|---|
committer | elioat <elioat@tilde.institute> | 2024-10-27 15:59:21 -0400 |
commit | c80e0359a67eb9a77df5287b6d19dcb079cad014 (patch) | |
tree | 2cff8be7266e257eea81f3974d822cfc8d2d1e41 | |
parent | ec68b6184887cda6c3d11be57647c281db3926db (diff) | |
download | tour-c80e0359a67eb9a77df5287b6d19dcb079cad014.tar.gz |
*
-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 = () => { |