1
0
Fork 0
mirror of https://codeberg.org/noisytoot/notnotdnethack.git synced 2025-08-05 12:15:26 +01:00

Bugfix: stray non-MOVE_ return in pray code

This commit is contained in:
chris 2022-08-15 10:13:34 -04:00
parent 8190bcab31
commit 5c8b1f4e34

View file

@ -1644,7 +1644,7 @@ dosacrifice()
if (otmp->otyp == CORPSE)
feel_cockatrice(otmp, TRUE);
pline1(nothing_happens);
return 1;
return MOVE_STANDARD;
}
if(Misotheism && !(otmp->otyp == AMULET_OF_YENDOR && Is_astralevel(&u.uz))){