mirror of
https://github.com/zenorogue/hyperrogue.git
synced 2025-11-08 01:33:02 +00:00
Hunting Dogs no longer retreat outside of non-quotient hyperbolic geometry
This commit is contained in:
2
game.cpp
2
game.cpp
@@ -5336,7 +5336,7 @@ void specialMoves() {
|
||||
if(m == moHunterGuard && items[itHunting] >= 10)
|
||||
c->monst = moHunterChanging;
|
||||
|
||||
if(m == moHunterDog && (havewhat & HF_FAILED_AMBUSH))
|
||||
if(m == moHunterDog && (havewhat & HF_FAILED_AMBUSH) && hyperbolic && !quotient)
|
||||
c->monst = moHunterChanging;
|
||||
|
||||
if(m == moSleepBull && !peace::on) {
|
||||
|
||||
Reference in New Issue
Block a user