瀏覽代碼

Oops version number. Oops did not read foot type

tags/v0.7.0
Fen Dweller 7 年之前
父節點
當前提交
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;
}
}
} 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 id="log-area">
<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><a href="https://chemicalcrux.org/stroll">Changelog</a></div>
<div><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></div>
@@ -135,7 +135,7 @@
</div>
</div>
<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><a href="https://chemicalcrux.org/stroll">Changelog</a></p>
<p><a href="https://t.me/joinchat/BSXHzUZmSqc-CXB1khkuYw">Telegram discussion group</a></p>


Loading…
取消
儲存