summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/hints.cc
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-02-26 21:38:46 -0500
committerShmuale Mark <shm.mark@gmail.com>2014-05-30 13:27:44 -0400
commit181ecfb998c0b570a842483dbbf6e299d6d8f235 (patch)
treece5a2c62e1c53a1069556d3351bdc87def617f66 /crawl-ref/source/hints.cc
parent5f570ca36cc6af95c23ddfda6fe1cd5efb71661a (diff)
downloadcrawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.tar.gz
crawl-ref-181ecfb998c0b570a842483dbbf6e299d6d8f235.zip
Remove darts.
They don't have much use outside the first level of D (possibly also the second): popping spores, killing slow things, waking up sleeping monsters, etc. are all served just as well by stones, and anybody who really wants to do damage with throwing would be better served with tomahawks before they find javelins. For one case where they could be useful (dispersal), tomahawks have been given a chance at the dispersal brand.
Diffstat (limited to 'crawl-ref/source/hints.cc')
-rw-r--r--crawl-ref/source/hints.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/crawl-ref/source/hints.cc b/crawl-ref/source/hints.cc
index 7f3c9f8281..869ef9055a 100644
--- a/crawl-ref/source/hints.cc
+++ b/crawl-ref/source/hints.cc
@@ -1272,7 +1272,7 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
"<console>('<w>"
<< stringize_glyph(get_item_symbol(SHOW_ITEM_MISSILE))
<< "</w>') </console>"
- "you've picked up. Missiles like darts and throwing nets "
+ "you've picked up. Missiles like tomahwaks and throwing nets "
"can be thrown by hand, but other missiles like arrows and "
"needles require a launcher and training in using it to be "
"really effective. "
@@ -1299,8 +1299,8 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
}
else
{
- text << "\nFor now you might be best off with sticking to darts "
- "or stones for ranged attacks.";
+ text << "\nFor now you might be best off with sticking to "
+ "stones for ranged attacks.";
}
break;
@@ -2547,8 +2547,8 @@ void learned_something_new(hints_event_type seen_what, coord_def gc)
"absolutely have to follow it. Rather, you can let it run "
"away. Sometimes, though, it can be useful to attack a "
"fleeing creature by throwing something after it. If you "
- "have any darts or stones in your <w>%</w>nventory, you can "
- "look at one of them to read an explanation of how to do this.";
+ "have any stones in your <w>%</w>nventory, you can look "
+ "at one of them to read an explanation of how to do this.";
cmd.push_back(CMD_DISPLAY_INVENTORY);
break;