summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 00:56:18 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-19 00:56:18 +0000
commite6cf5d92186ff49c3718377e4b57627304c364ce (patch)
treeb449c425d779c5aca54754690f95d6313727d760 /crawl-ref/source
parentc880f2b0342c1e8057b1c562a74861cb978fc854 (diff)
downloadcrawl-ref-e6cf5d92186ff49c3718377e4b57627304c364ce.tar.gz
crawl-ref-e6cf5d92186ff49c3718377e4b57627304c364ce.zip
Attempt to fix display error with Jiyva's jelly shield on the "^"
screen. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10298 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source')
-rw-r--r--crawl-ref/source/religion.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 6ae1f4980e..4fadf77534 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -286,7 +286,7 @@ const char* god_gain_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"walk on water" },
// Jiyva
{ "request a jelly",
- "summon a protective jelly shield via prayer",
+ "",
"",
"turn your foes to slime",
"call upon Jiyva to remove your harmful mutations"
@@ -379,7 +379,7 @@ const char* god_lose_power_messages[NUM_GODS][MAX_GOD_ABILITIES] =
"walk on water" },
// Jiyva
{ "request a jelly",
- "summon a protective jelly shield via prayer",
+ "",
"",
"turn your foes to slime",
"call upon Jiyva to remove your harmful mutations"