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>2007-10-08 19:26:19 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2007-10-08 19:26:19 +0000
commitccf245885f0581c4b5f7ebe5248cf5a48b30349e (patch)
tree8884a1fc6517451f574bac6a3905fa49f738f101 /crawl-ref/source/decks.cc
parenta753bdc6027688c12ad6c27a6952947713c8c7c0 (diff)
downloadcrawl-ref-ccf245885f0581c4b5f7ebe5248cf5a48b30349e.tar.gz
crawl-ref-ccf245885f0581c4b5f7ebe5248cf5a48b30349e.zip
Applying dolorous' latest patch (1806451), mostly
correcting typos in the comments and changing Xom stimulation from 256 to 255 (as the function apparently cannot handle that). git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@2384 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 0c759cea73..1df11df893 100644
--- a/crawl-ref/source/decks.cc
+++ b/crawl-ref/source/decks.cc
@@ -2031,7 +2031,7 @@ void card_effect(card_type which_card, deck_rarity_type rarity,
{
if (you.religion == GOD_XOM)
{
- // Being a self-centered diety, Xom *always* finds this
+ // Being a self-centered deity, Xom *always* finds this
// maximally hilarious.
god_speaks(GOD_XOM, "Xom roars with laughter!");
you.gift_timeout = 255;