summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/skills2.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-19 19:14:24 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2008-11-19 19:14:24 +0000
commit01f766a657b031f5817e34ca002920d99dc48625 (patch)
tree1fb9eae874b581222bb0d963318e02d07214c6b6 /crawl-ref/source/skills2.cc
parentb14254ddb79f6d5df60b04be718953b15c169768 (diff)
downloadcrawl-ref-01f766a657b031f5817e34ca002920d99dc48625.tar.gz
crawl-ref-01f766a657b031f5817e34ca002920d99dc48625.zip
Change one Divinations title from "Soothsayer" to "Clairvoyant", as one
of Nemelex's titles is "The Soothsayer". git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@7504 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/skills2.cc')
-rw-r--r--crawl-ref/source/skills2.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/skills2.cc b/crawl-ref/source/skills2.cc
index d716a2ca8e..8626b5fef1 100644
--- a/crawl-ref/source/skills2.cc
+++ b/crawl-ref/source/skills2.cc
@@ -111,7 +111,7 @@ const char *skills[50][6] =
{"Necromancy", "Grave Robber", "Reanimator", "Necromancer", "Thanatomancer", "@Genus_Short@ of Death"},
{"Translocations", "Grasshopper", "Placeless @Genus@", "Blinker", "Portalist", "Plane @Walker@"}, // 30
{"Transmigration", "Changer", "Transmogrifier", "Alchemist", "Malleable", "Shapeless @Genus@"},
- {"Divinations", "Seer", "Soothsayer", "Diviner", "Augur", "Oracle"},
+ {"Divinations", "Seer", "Clairvoyant", "Diviner", "Augur", "Oracle"},
{"Fire Magic", "Firebug", "Arsonist", "Scorcher", "Pyromancer", "Infernalist"},
{"Ice Magic", "Chiller", "Frost Mage", "Gelid", "Cryomancer", "Englaciator"},