A little bit more tribute.
authorSean Hunt <scshunt@csclub.uwaterloo.ca>
Sun, 19 Jul 2015 16:34:25 +0000 (12:34 -0400)
committerSean Hunt <scshunt@csclub.uwaterloo.ca>
Sun, 19 Jul 2015 16:34:25 +0000 (12:34 -0400)
Also clean up a pline->pline1 in the tribute code.

dat/tribute
src/sounds.c

index e0fb4abdefc50b223ada328525feb8759d1b32d7..9ee423df2d219588d07e1266422abc755a9c1554 100644 (file)
@@ -2018,5 +2018,7 @@ THINK OF IT MORE AS BEING ... DIMESIONALLY DISADVANTAGED.
 %passage 4
 I MAY HAVE ALLOWED MYSELF SOME FLICKER OF EMOTION IN THE RECENT PAST, BUT I CAN GIVE IT UP ANY TIME I LIKE.
 %e passage
+# Not a direct quote, but a reference to Thief of Time and the fact that the player is War
+HAVE YOU SPOKEN TO RONNIE LATELY?
 %e title
 %e section
index e05fd2e046bd1d24aafd34428483429239df0141..bc93e75de21905264d0d957c4d11fcbc66ae3a3d 100644 (file)
@@ -947,7 +947,7 @@ register struct monst *mtmp;
                and without quotation marks */
             char tmpbuf[BUFSZ];
             Sprintf(tmpbuf, "%s", verbl_msg);
-            pline(ucase(tmpbuf));
+            pline1(ucase(tmpbuf));
         } else {
             verbalize1(verbl_msg);
         }