1
0
mirror of https://github.com/zenorogue/hyperrogue.git synced 2024-06-18 19:29:59 +00:00

disable setdist in afterplayermoved in racing

This commit is contained in:
Zeno Rogue 2019-12-06 12:15:14 +01:00
parent bfe78fece7
commit 90926c3bc6

View File

@ -4670,6 +4670,7 @@ EX void killThePlayerAt(eMonster m, cell *c, flagtype flags) {
EX void afterplayermoved() {
pregen();
if(!racing::on)
setdist(cwt.at, 7 - getDistLimit() - genrange_bonus, NULL);
prairie::treasures();
if(generatingEquidistant) {