Mercurial > hg > early-roguelike
diff urogue/command.c @ 316:c03d0b87211c
Naming items should not use up a turn.
This was fixed by adding "after = FALSE;" to the relevant cases in
command().
Rogue V4 and V5 are not affected.
author | John "Elwin" Edwards |
---|---|
date | Sun, 31 Oct 2021 21:35:53 -0400 |
parents | e52a8a7ad4c5 |
children |
line wrap: on
line diff
--- a/urogue/command.c Sun Oct 24 20:26:21 2021 -0400 +++ b/urogue/command.c Sun Oct 31 21:35:53 2021 -0400 @@ -394,8 +394,8 @@ case 'P': ring_on(); break; case 'R': ring_off(); break; case 'p': prayer(); break; - case 'C': call(FALSE); break; - case 'M': call(TRUE); break; + case 'C': after = FALSE; call(FALSE); break; + case 'M': after = FALSE; call(TRUE); break; case 's': search(FALSE); break; /*