summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/goditem.cc
diff options
context:
space:
mode:
authorDavid Ploog <dploog@users.sourceforge.net>2009-10-23 08:54:42 +0200
committerDavid Ploog <dploog@users.sourceforge.net>2009-10-23 08:54:42 +0200
commit4b41d9b5d515c32cd872e73fa91aaa702cc016c9 (patch)
tree8e1b915a1ea7499924029e4b9d9f22d4cd5032c7 /crawl-ref/source/goditem.cc
parentc51e405ca1d1c20253ce33a9cd480e23dee67d3a (diff)
downloadcrawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.tar.gz
crawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.zip
Rename Chronos to Cheibriados. (Jude Brown)
Diffstat (limited to 'crawl-ref/source/goditem.cc')
-rw-r--r--crawl-ref/source/goditem.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/goditem.cc b/crawl-ref/source/goditem.cc
index 7ff8497a30..59f8ffbd78 100644
--- a/crawl-ref/source/goditem.cc
+++ b/crawl-ref/source/goditem.cc
@@ -414,7 +414,7 @@ conduct_type god_hates_item_handling(const item_def &item)
}
break;
- case GOD_CHRONOS:
+ case GOD_CHEIBRIADOS:
if (item_type_known(item) && is_hasty_item(item))
return (DID_HASTY);
break;
@@ -460,7 +460,7 @@ bool god_hates_spell_type(spell_type spell, god_type god)
return (true);
break;
- case GOD_CHRONOS:
+ case GOD_CHEIBRIADOS:
if (is_hasty_spell(spell))
return (true);
break;