Krakens are always supposed to be able to reach the player on the sphere

This commit is contained in:
Zeno Rogue 2018-05-04 02:48:01 +02:00
parent 79b6af41ff
commit abe16f6bd3
1 changed files with 1 additions and 1 deletions

View File

@ -440,7 +440,7 @@ void wandering() {
continue;
}
if(!peace::on && c->land == laKraken && ((sphere && !hrand(15)) || wchance(items[itKraken], 240)) && !pseudohept(c)) {
bool b = canReachPlayer(c, moKrakenH);
bool b = sphere || canReachPlayer(c, moKrakenH);
if(sphere && (haveKraken() || !items[itOrbFish])) {
c->monst = moViking; c->wall = waBoat; c->item = itOrbFish;
playSeenSound(c);