Просмотр исходного кода

Oops version number. Oops did not read foot type

tags/v0.7.0
Fen Dweller 8 лет назад
Родитель
Сommit
84b624a3a4
2 измененных файлов: 4 добавлений и 2 удалений
  1. +2
    -0
      game.js
  2. +2
    -2
      stroll.html

+ 2
- 0
game.js Просмотреть файл

@@ -2716,6 +2716,8 @@ function startGame(e) {
case "brutality-2": macro.brutality = 2; break; case "brutality-2": macro.brutality = 2; break;
} }
} }
} else if (form[i].type == "select-one") {
macro[form[i].name] = form[i][form[i].selectedIndex].value;
} }
} }
} }


+ 2
- 2
stroll.html Просмотреть файл

@@ -72,7 +72,7 @@
</div> </div>
<div id="log-area"> <div id="log-area">
<div id="log"> <div id="log">
<div>Welcome to Stroll 0.5.11</div>
<div>Welcome to Stroll 0.5.12</div>
<div><b>This game features 18+ content</b></div> <div><b>This game features 18+ content</b></div>
<div><a href="https://chemicalcrux.org/stroll">Changelog</a></div> <div><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
<div><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></div> <div><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></div>
@@ -135,7 +135,7 @@
</div> </div>
</div> </div>
<div class="character-build"> <div class="character-build">
<p>Welcome to Stroll 0.5.11</p>
<p>Welcome to Stroll 0.5.12</p>
<p><b>This game features 18+ content</b></p> <p><b>This game features 18+ content</b></p>
<p><a href="https://chemicalcrux.org/stroll">Changelog</a></p> <p><a href="https://chemicalcrux.org/stroll">Changelog</a></p>
<p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p> <p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p>


Загрузка…
Отмена
Сохранить