summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/decks.cc
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 11:13:44 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2008-04-20 11:13:44 +0000
commit1326ea6a6d343513430861c1ef9a04bfd61dd6a4 (patch)
tree609244ea18aac77bead93abd02f965b747b41834 /crawl-ref/source/decks.cc
parent2d1c74ea75548728bd35270593b98d208a07715d (diff)
downloadcrawl-ref-1326ea6a6d343513430861c1ef9a04bfd61dd6a4.tar.gz
crawl-ref-1326ea6a6d343513430861c1ef9a04bfd61dd6a4.zip
Make randarts with the CURSED property recurse themselves with 1/3
chance when equipped, as was claimed in unrand.h. Make Beogh throw weapons of electrocution (rather than orc slaying) at non-Orcs getting this retribution effect by drawing the card of Wrath. Replace the "Holy Armour of Zin" with the "amulet of the Air" (as suggested by Lemuel). Added the necessary tile, too - my first tile made totally from scratch, and I'm totally proud of it, whoohoo! git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@4405 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/decks.cc')
-rw-r--r--crawl-ref/source/decks.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/decks.cc b/crawl-ref/source/decks.cc
index 05129c6cf5..7e6daee812 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -1880,7 +1880,7 @@ static void _focus_card(int power, deck_rarity_type rarity)
if (which_god == GOD_XOM)
cause = "the capriciousness of Xom";
else
- cause = "the 'helpfullness' of " + god_name(which_god);
+ cause = "the 'helpfulness' of " + god_name(which_god);
}
}