]> granicus.if.org Git - nethack/commit
fix #H2081 - named vault guard messages (trunk only)
authornethack.rankin <nethack.rankin>
Sat, 6 Feb 2010 01:58:33 +0000 (01:58 +0000)
committernethack.rankin <nethack.rankin>
Sat, 6 Feb 2010 01:58:33 +0000 (01:58 +0000)
commit0c0d68a63194984779a20223474944f09698db6d
treefc90d276b8e4980dfcf9cd471749e1d750609eda
parent97c2f8ef03efad2ca41dd57f163da302a0159061
fix #H2081 - named vault guard messages (trunk only)

     From a bug report, assigning
a vault guard a name such as Marcel could result in messages like
|The Marcel, confused, disappears.
Many of the guard messages had article "the" hardcoded.  This gets rid
of g_monnam() and uses noit_mon_nam() instead.

     I haven't been able to test all the modified messages; it's a pain
trying to get some of them to occur.
doc/fixes35.0
src/vault.c