summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-data.h
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 15:11:15 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-03-09 15:11:15 +0000
commit38dd6131c56df7aea305508493d95de2471b562d (patch)
treeece44f28d1722dcc446fae8f1b23efc0d0fff601 /crawl-ref/source/mon-data.h
parent786bef072d0fa28951601496f3ff571f761b5af6 (diff)
downloadcrawl-ref-38dd6131c56df7aea305508493d95de2471b562d.tar.gz
crawl-ref-38dd6131c56df7aea305508493d95de2471b562d.zip
[FR 1909388] Command key changes
new key command old key ------- ------- ------- z cast spell Z Z zap wand z c chop up D, Dissect C close door c O open door o o auto-explore Ctrl-O Ctrl-O Dungeon overview O v evoke E E show experience C t shout ! ! annotate level Ctrl-I Also changed the entire tutorial to match the new settings, and modified several references in the game. Other changes: * Another tutorial cleanup, so you now can really change the channel colour and have it work. * A belated mon_glyph colour swap: giant newt (was lightgreen, now green) and giant lizard (was green, now lightgreen). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@3553 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/mon-data.h')
-rw-r--r--crawl-ref/source/mon-data.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/mon-data.h b/crawl-ref/source/mon-data.h
index 46b7bec17c..9a1a2427cd 100644
--- a/crawl-ref/source/mon-data.h
+++ b/crawl-ref/source/mon-data.h
@@ -821,7 +821,7 @@
// lizards 'l'
{
- MONS_GIANT_NEWT, 'l', LIGHTGREEN, "giant newt",
+ MONS_GIANT_NEWT, 'l', GREEN, "giant newt",
M_COLD_BLOOD | M_AMPHIBIOUS,
MR_NO_FLAGS,
150, 10, MONS_GIANT_LIZARD, MONS_GIANT_NEWT, MH_NATURAL, -3,
@@ -854,7 +854,7 @@
},
{
- MONS_GIANT_LIZARD, 'l', GREEN, "giant lizard",
+ MONS_GIANT_LIZARD, 'l', LIGHTGREEN, "giant lizard",
M_COLD_BLOOD,
MR_NO_FLAGS,
600, 10, MONS_GIANT_LIZARD, MONS_GIANT_LIZARD, MH_NATURAL, -3,