summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.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/acr.cc
parentc51e405ca1d1c20253ce33a9cd480e23dee67d3a (diff)
downloadcrawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.tar.gz
crawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.zip
Rename Chronos to Cheibriados. (Jude Brown)
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 820bc6662f..f783222c72 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -392,7 +392,7 @@ static void _god_greeting_message(bool game_start)
case GOD_FEAWN:
simple_god_message(" says: Spread life and death.");
break;
- case GOD_CHRONOS:
+ case GOD_CHEIBRIADOS:
simple_god_message(" says: Take it easy.");
break;
@@ -3941,7 +3941,7 @@ static void _move_player(coord_def move)
apply_berserk_penalty = !attacking;
- if (!attacking && you.religion == GOD_CHRONOS && one_chance_in(10)
+ if (!attacking && you.religion == GOD_CHEIBRIADOS && one_chance_in(10)
&& player_equip_ego_type(EQ_BOOTS, SPARM_RUNNING))
{
did_god_conduct(DID_HASTY, 1, true);