summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
authorDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-09 23:09:53 -0500
committerDavid Lawrence Ramsey <dolorous@users.sourceforge.net>2009-10-09 23:09:53 -0500
commite5a5d57f66c8fb5f4643a8784ce9df7ae333c435 (patch)
tree850674f30f8b774e5638db318e1a596a844699f1 /crawl-ref/source/religion.cc
parentef19432ef68e34dde61869110076403dcb29488e (diff)
downloadcrawl-ref-e5a5d57f66c8fb5f4643a8784ce9df7ae333c435.tar.gz
crawl-ref-e5a5d57f66c8fb5f4643a8784ce9df7ae333c435.zip
Reorder Zin's dislikes a bit.
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 842202c414..4a4e87d300 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -818,8 +818,8 @@ std::string get_god_dislikes(god_type which_god, bool /*verbose*/)
case GOD_ZIN:
dislikes.push_back("you deliberately mutate yourself");
dislikes.push_back("you polymorph monsters");
- dislikes.push_back("you eat the flesh of sentient beings");
dislikes.push_back("you use chaotic magic or items");
+ dislikes.push_back("you eat the flesh of sentient beings");
break;
case GOD_SHINING_ONE: