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:
parent
8190bcab31
commit
5c8b1f4e34
1 changed files with 1 additions and 1 deletions
|
@ -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))){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue