1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2025-12-17 11:38:05 +00:00

auto-charged teleport in bounded minefield

This commit is contained in:
Zeno Rogue
2019-04-10 02:33:54 +02:00
parent 5e9a54129b
commit 14b32ced68
4 changed files with 10 additions and 0 deletions

View File

@@ -302,6 +302,7 @@ void initgame() {
#if CAP_INV
if(inv::on) inv::init();
#endif
auto_teleport_charges();
if(!use_special_land) {
if(firstland != (princess::challenge ? laPalace : laIce)) cheater++;
}