summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.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/godabil.cc
parentc51e405ca1d1c20253ce33a9cd480e23dee67d3a (diff)
downloadcrawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.tar.gz
crawl-ref-4b41d9b5d515c32cd872e73fa91aaa702cc016c9.zip
Rename Chronos to Cheibriados. (Jude Brown)
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc8
1 files changed, 4 insertions, 4 deletions
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();