summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/item_use.cc
diff options
context:
space:
mode:
authorNicholas Feinberg <pleasingfung@gmail.com>2014-07-18 18:42:59 -0700
committerNicholas Feinberg <pleasingfung@gmail.com>2014-07-18 18:42:59 -0700
commit9073fdf32277715b61381bbe9f5146b78ff67ab9 (patch)
tree56c21aa85ab34407fb1b464c66ea8e3159689b62 /crawl-ref/source/item_use.cc
parent46f8a764047701062b2bdfc5a116449cfeee2054 (diff)
downloadcrawl-ref-9073fdf32277715b61381bbe9f5146b78ff67ab9.tar.gz
crawl-ref-9073fdf32277715b61381bbe9f5146b78ff67ab9.zip
Fix an incorrect comment
Diffstat (limited to 'crawl-ref/source/item_use.cc')
-rw-r--r--crawl-ref/source/item_use.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/item_use.cc b/crawl-ref/source/item_use.cc
index bb41d27bb0..f250e79a1f 100644
--- a/crawl-ref/source/item_use.cc
+++ b/crawl-ref/source/item_use.cc
@@ -1414,7 +1414,7 @@ static bool _puton_item(int item_slot, bool prompt_slot)
}
#endif
- // Putting on jewellery is as fast as wielding weapons.
+ // Putting on jewellery is fast.
you.time_taken /= 2;
you.turn_is_over = true;