monsters lose intrinsic speed when pertrified
if you have converted, the quest leader banishes you instead of asking you
to come back later, and tells you that you won't succeed without Bell
+don't state that "you narrowly avoid losing all chance" message if you try
+ to put on a helm of opposite alignment in the quest after converting
Platform- and/or Interface-Specific Fixes
if (otmp->otyp == HELM_OF_OPPOSITE_ALIGNMENT &&
qstart_level.dnum == u.uz.dnum) { /* in quest */
- You("narrowly avoid losing all chance at your goal.");
+ if (u.ualignbase[A_CURRENT] == u.ualignbase[A_ORIGINAL])
+ You("narrowly avoid losing all chance at your goal.");
+ else /* converted */
+ You("are suddenly overcome with shame and change your mind.");
u.ublessed = 0; /* lose your god's protection */
makeknown(otmp->otyp);
flags.botl = 1;