new man/woman (polyself, inevitably...)
Noticed when testing the [trunk] ^X fix: polymorphing into human form (not reverting to original form) reported "you feel like a new man" when I resumed being a cavewomen. Like with ^X, it used poly'd hero's current monster gender instead of the about-to-be-restored role gender. It's amazing that nobody seems to have ever noticed in all this time.
This commit is contained in:
@@ -260,7 +260,8 @@ dead: /* we come directly here if their experience level went to 0 or less */
|
||||
}
|
||||
newuhs(FALSE);
|
||||
polyman("feel like a new %s!",
|
||||
(flags.female && urace.individual.f) ? urace.individual.f :
|
||||
/* use saved gender we're about to revert to, not current */
|
||||
(u.mfemale && urace.individual.f) ? urace.individual.f :
|
||||
(urace.individual.m) ? urace.individual.m : urace.noun);
|
||||
if (Slimed) {
|
||||
Your("body transforms, but there is still slime on you.");
|
||||
|
||||
Reference in New Issue
Block a user