projects
/
rogue-pphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e4a106d
)
Better pronoun.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 6 Apr 2013 12:58:32 +0000
(14:58 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sat, 6 Apr 2013 12:58:32 +0000
(14:58 +0200)
fight.c
patch
|
blob
|
history
diff --git
a/fight.c
b/fight.c
index cab7ef7dd3d73e8654673c704c30db50e5a34a66..8e5b2d2982874c000a51153762e5eba1af2eac89 100644
(file)
--- a/
fight.c
+++ b/
fight.c
@@
-113,7
+113,7
@@
register struct thing *mp;
const char *msgs[] = {
\r
"The %s smiles at you.",
\r
"The %s moves in a little closer.",
\r
- "The %s bites
its
lip.",
\r
+ "The %s bites
eir
lip.",
\r
"The %s looks at you expectantly.",
\r
};
\r
msg(rndchoice(msgs), monsters[mp->t_type-'A'].m_name);
\r