]> granicus.if.org Git - nethack/commitdiff
missing noun
authornethack.allison <nethack.allison>
Tue, 11 Mar 2003 16:14:06 +0000 (16:14 +0000)
committernethack.allison <nethack.allison>
Tue, 11 Mar 2003 16:14:06 +0000 (16:14 +0000)
Below is the result of your feedback form.  It was submitted by
<email deleted> on Tuesday, March 11, 2003 at 07:48:17
---------------------------------------------------------------------------

mailversion: 1.17

nhversion: 3.4.1

nhfrom: Our 3.4.1 source release, unmodified

hardware: i686 arch.

software: Debian woody, gcc 2.95.4

comments: When polymorphing to eg. horned devil, and wearing a helmet,
I get "Your pierce through your elven leather helm.". Likely
there is a broken variable there.

doc/fixes34.2
src/polyself.c

index ad96b7dee785530edd76ca6567206755406b10b2..1ed2b2a6d337f23ef4d00984d8dbf51b6e5f24ad 100644 (file)
@@ -15,6 +15,7 @@ don't report "program initialization failed" if a panic occurs after the
 include statue contents in end of game inventory disclosure
 treat handlessness as a major problem when deciding prayer outcome
 perform artifact touch checks when putting on accessories
+missing noun in message when horns pierce through your helmet
 
 
 Platform- and/or Interface-Specific Fixes
index 71336ee093062ddf10df494436aff0fdf876a392..90f682ebe0689a57ab0b7ca535a96892b1a0d589 100644 (file)
@@ -628,7 +628,7 @@ break_armor()
 
                /* Future possiblities: This could damage/destroy helmet */
                Sprintf(hornbuf, "horn%s", plur(num_horns(youmonst.data)));
-               Your("%s through %s %s.", vtense(hornbuf, "pierce"),
+               Your("%s %s through %s %s.", hornbuf, vtense(hornbuf, "pierce"),
                     shk_your(yourbuf, otmp), xname(otmp));
            } else {
                if (donning(otmp)) cancel_don();