auto-charged teleport in bounded minefield

This commit is contained in:
Zeno Rogue
2019-09-12 22:42:59 +02:00
parent 5e9a54129b
commit 14b32ced68
4 changed files with 10 additions and 0 deletions
+1
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++;
}