1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-11-18 06:35:12 +00:00

fixed the 'special conduct' help in the Haunted Woods

This commit is contained in:
Zeno Rogue
2018-11-10 19:56:44 +01:00
parent 888e0c510a
commit 3e87d463d2
2 changed files with 5 additions and 2 deletions

View File

@@ -268,6 +268,7 @@ void initgame() {
timerghost = true;
truelotus = 0;
survivalist = true;
got_survivalist = false;
#if CAP_INV
if(inv::on) inv::init();
#endif