summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crawl-ref/source/it_use2.cc4
-rw-r--r--crawl-ref/source/religion.cc4
2 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/it_use2.cc b/crawl-ref/source/it_use2.cc
index bc07471f58..f0784c46b4 100644
--- a/crawl-ref/source/it_use2.cc
+++ b/crawl-ref/source/it_use2.cc
@@ -281,8 +281,8 @@ bool potion_effect( potion_type pot_eff, int pow )
}
else
{
- go_berserk(true);
- xom_is_stimulated(64);
+ if (go_berserk(true))
+ xom_is_stimulated(64);
}
break;
diff --git a/crawl-ref/source/religion.cc b/crawl-ref/source/religion.cc
index 9ed248847c..fec05b1f76 100644
--- a/crawl-ref/source/religion.cc
+++ b/crawl-ref/source/religion.cc
@@ -266,8 +266,8 @@ const char* god_lose_power_messages[MAX_NUM_GODS][MAX_GOD_ABILITIES] =
// Lugonu
{ "depart the Abyss at will",
"bend space around yourself",
- "summon the demons of the Abyss to your aid",
- "",
+ "banish your foes",
+ "corrupt the fabric of space",
"gate yourself to the Abyss" },
// Beogh
{ "Beogh no longer supports the use of orcish gear.",