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/godabil.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'crawl-ref/source/godabil.cc') diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc index 32b50f7359..c7cb708858 100644 --- a/crawl-ref/source/godabil.cc +++ b/crawl-ref/source/godabil.cc @@ -498,7 +498,7 @@ static int _slouch_monsters(coord_def where, int pow, int, actor* agent) return (1); } -int chronos_slouch(int pow) +int cheibriados_slouch(int pow) { return (apply_area_visible(_slouch_monsters, pow)); } @@ -562,7 +562,7 @@ void lugonu_bends_space() //////////////////////////////////////////////////////////////////////// -void chronos_time_bend(int pow) +void cheibriados_time_bend(int pow) { mpr("The flow of time bends around you."); @@ -581,13 +581,13 @@ void chronos_time_bend(int pow) simple_god_message( make_stringf(" rebukes %s.", mon->name(DESC_NOCAP_THE).c_str()).c_str(), - GOD_CHRONOS); + GOD_CHEIBRIADOS); do_slow_monster(mon, KC_YOU); } } } -void chronos_time_step(int pow) // pow is the number of turns to skip +void cheibriados_time_step(int pow) // pow is the number of turns to skip { coord_def old_pos = you.pos(); -- cgit v1.2.3-54-g00ecf