summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/religion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/religion.cc')
-rw-r--r--crawl-ref/source/religion.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 851826f270..9e0a8f0e59 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -298,9 +298,9 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"induce evolution"
},
// Cheibriados
- { "",
- "Cheibriados is slowing your biology.",
+ { "Cheibriados is slowing your biology.",
"bend time to slow others",
+ "",
"inflict damage to those overly hasty",
"step out of the time flow"
}
@@ -405,9 +405,9 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"induce evolution"
},
// Cheibriados
- { "",
- "Cheibriados will no longer slow your biology.",
+ { "Cheibriados will no longer slow your biology.",
"bend time to slow others",
+ "",
"inflict damage to those overly hasty",
"step out of the time flow"
}