diff --git a/game.js b/game.js index e1606c7..3fc5bc1 100644 --- a/game.js +++ b/game.js @@ -2716,6 +2716,8 @@ function startGame(e) { case "brutality-2": macro.brutality = 2; break; } } + } else if (form[i].type == "select-one") { + macro[form[i].name] = form[i][form[i].selectedIndex].value; } } } diff --git a/stroll.html b/stroll.html index fac7ebe..f91e37b 100644 --- a/stroll.html +++ b/stroll.html @@ -72,7 +72,7 @@
Welcome to Stroll 0.5.11
+Welcome to Stroll 0.5.12
This game features 18+ content