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/acr.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crawl-ref/source/acr.cc') 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); -- cgit v1.2.3-54-g00ecf