summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/enum.h
diff options
context:
space:
mode:
authorShmuale Mark <shm.mark@gmail.com>2014-06-12 10:57:06 -0400
committerShmuale Mark <shm.mark@gmail.com>2014-06-12 10:57:06 -0400
commitba3409b66cc051ae155dc79646f8cb958c4b1152 (patch)
treecb2215c4f9686174cbfd439028c68b0b73003156 /crawl-ref/source/enum.h
parent0f8d0247443b40339d0a74fb722f003ed6e5c0ee (diff)
downloadcrawl-ref-ba3409b66cc051ae155dc79646f8cb958c4b1152.tar.gz
crawl-ref-ba3409b66cc051ae155dc79646f8cb958c4b1152.zip
New command: show weapons in viewport.
If a monster has a weapon, and you press ctrl-t (by default), you will see, instead of its normal glyph, the glyph for the weapon it is holding. Since this information is already available with 'x' and even more easily in tiles, it's just an interface improvement, and as far as I can tell in my tests there is no information leaked.
Diffstat (limited to 'crawl-ref/source/enum.h')
-rw-r--r--crawl-ref/source/enum.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/enum.h b/crawl-ref/source/enum.h
index 346cdce853..c38e74f7b1 100644
--- a/crawl-ref/source/enum.h
+++ b/crawl-ref/source/enum.h
@@ -755,6 +755,7 @@ enum command_type
CMD_GO_DOWNSTAIRS,
CMD_TOGGLE_AUTOPICKUP,
CMD_TOGGLE_VIEWPORT_MONSTER_HP,
+ CMD_TOGGLE_VIEWPORT_WEAPONS,
CMD_TOGGLE_TRAVEL_SPEED,
CMD_PICKUP,
CMD_PICKUP_QUANTITY,