Blessed potion of polymorph asks user for monster to poly into

... unless there's some other form that would override the choice,
such as a worn dragon armor, lycanthropy, or vampirism.

The polymorph will be in effect for 10-24 turns.
This commit is contained in:
Pasi Kallinen
2022-07-14 14:04:24 +03:00
parent 67ec92165e
commit 486ed29077
12 changed files with 40 additions and 17 deletions

View File

@@ -292,7 +292,7 @@ moveloop_core(void)
if (g.multi >= 0) {
stop_occupation();
if (mvl_change == 1)
polyself(0);
polyself(POLY_NOFLAGS);
else
you_were();
mvl_change = 0;