A little bit more tribute.
Also clean up a pline->pline1 in the tribute code.
This commit is contained in:
@@ -2018,5 +2018,7 @@ THINK OF IT MORE AS BEING ... DIMESIONALLY DISADVANTAGED.
|
|||||||
%passage 4
|
%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.
|
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
|
%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 title
|
||||||
%e section
|
%e section
|
||||||
|
|||||||
+1
-1
@@ -947,7 +947,7 @@ register struct monst *mtmp;
|
|||||||
and without quotation marks */
|
and without quotation marks */
|
||||||
char tmpbuf[BUFSZ];
|
char tmpbuf[BUFSZ];
|
||||||
Sprintf(tmpbuf, "%s", verbl_msg);
|
Sprintf(tmpbuf, "%s", verbl_msg);
|
||||||
pline(ucase(tmpbuf));
|
pline1(ucase(tmpbuf));
|
||||||
} else {
|
} else {
|
||||||
verbalize1(verbl_msg);
|
verbalize1(verbl_msg);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user