summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/libgui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/libgui.cc')
-rw-r--r--crawl-ref/source/libgui.cc8
1 files changed, 1 insertions, 7 deletions
diff --git a/crawl-ref/source/libgui.cc b/crawl-ref/source/libgui.cc
index c9d67e7f72..56343fdaa3 100644
--- a/crawl-ref/source/libgui.cc
+++ b/crawl-ref/source/libgui.cc
@@ -1361,14 +1361,8 @@ static int handle_mouse_motion(int mouse_x, int mouse_y, bool init)
desc += "Remove (R)";
break;
case OBJ_MISSILES:
- {
- const item_def *weapon = you.weapon();
- if (weapon && you.inv[ix].launched_by(*weapon))
- desc += "Fire (f)";
- else
- desc += "Throw (t)";
+ desc += "Fire (f)";
break;
- }
case OBJ_WANDS:
desc += "Zap (z)";
break;