From 84b624a3a40da323d5d6729ea2139b9fd3aeb2fd Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Wed, 28 Feb 2018 23:18:53 -0500 Subject: [PATCH] Oops version number. Oops did not read foot type --- game.js | 2 ++ stroll.html | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) 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
Changelog
Telegram discussion group
@@ -135,7 +135,7 @@
-

Welcome to Stroll 0.5.11

+

Welcome to Stroll 0.5.12

This game features 18+ content

Changelog

Telegram discussion group