projects
/
rogue-pphs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
fb2bac3
)
Aggravate a monster if a flirt or gift was unsuccessful.
author
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 7 Apr 2013 15:11:57 +0000
(17:11 +0200)
committer
Joe Wreschnig
<joe.wreschnig@gmail.com>
Sun, 7 Apr 2013 15:11:57 +0000
(17:11 +0200)
romance.c
patch
|
blob
|
history
diff --git
a/romance.c
b/romance.c
index 96e98091ec91fcaa905b9ac3245b8d34a8d9a3e6..f1daa06fb5f0fd1623b88b417c694cefeab7f868 100644
(file)
--- a/
romance.c
+++ b/
romance.c
@@
-74,6
+74,7
@@
int ydelta, xdelta;
"The %s is sick of your crap.",
};
msg(rndchoice(msgs), killname(tp->t_type));
+ wake_monster(tp->t_pos.y, tp->t_pos.x);
}
else
{
@@
-141,6
+142,7
@@
int ydelta, xdelta;
};
msg(rndchoice(msgs), killname(tp->t_type), inv_name(op, TRUE));
tp->t_stats.s_int -= liking * 2;
+ wake_monster(tp->t_pos.y, tp->t_pos.x);
}
/*