From 1326ea6a6d343513430861c1ef9a04bfd61dd6a4 Mon Sep 17 00:00:00 2001 From: j-p-e-g Date: Sun, 20 Apr 2008 11:13:44 +0000 Subject: 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 --- crawl-ref/source/decks.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crawl-ref/source/decks.cc') 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); } } -- cgit v1.2.3-54-g00ecf