From 4b41d9b5d515c32cd872e73fa91aaa702cc016c9 Mon Sep 17 00:00:00 2001 From: David Ploog Date: Fri, 23 Oct 2009 08:54:42 +0200 Subject: Rename Chronos to Cheibriados. (Jude Brown) --- crawl-ref/source/goditem.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/goditem.cc') 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; -- cgit v1.2.3-54-g00ecf