summaryrefslogtreecommitdiffstats
path: root/crawl-ref
diff options
context:
space:
mode:
authorj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-15 19:34:34 +0000
committerj-p-e-g <j-p-e-g@c06c8d41-db1a-0410-9941-cceddc491573>2009-09-15 19:34:34 +0000
commitd1f97f2a9509e17c323f538e6695be3c889b7d9e (patch)
tree71cd873e2d0dd81f9b1a349f19be6028f5254baf /crawl-ref
parent4dddf114ec615892c2caca5491d426d13a730739 (diff)
downloadcrawl-ref-d1f97f2a9509e17c323f538e6695be3c889b7d9e.tar.gz
crawl-ref-d1f97f2a9509e17c323f538e6695be3c889b7d9e.zip
Also document that the Wild Magic card can turn up in decks of changes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10681 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref')
-rw-r--r--crawl-ref/source/dat/descript/cards.txt2
-rw-r--r--crawl-ref/source/dat/descript/items.txt2
-rw-r--r--crawl-ref/source/files.cc3
3 files changed, 2 insertions, 5 deletions
diff --git a/crawl-ref/source/dat/descript/cards.txt b/crawl-ref/source/dat/descript/cards.txt
index 24fcb33346..c7e2ae97b3 100644
--- a/crawl-ref/source/dat/descript/cards.txt
+++ b/crawl-ref/source/dat/descript/cards.txt
@@ -106,7 +106,7 @@ It is usually found in decks of changes and wonders.
Wild Magic card
This card causes wild magic, as if from miscasting a spell, to act upon you.
-It is usually found in the deck of wonders.
+It is usually found in decks of changes and wonders.
%%%%
the Helix card
diff --git a/crawl-ref/source/dat/descript/items.txt b/crawl-ref/source/dat/descript/items.txt
index a30b6ad72d..8a00206fee 100644
--- a/crawl-ref/source/dat/descript/items.txt
+++ b/crawl-ref/source/dat/descript/items.txt
@@ -453,7 +453,7 @@ deck of changes
A deck of magical cards which induce changes in the user or his
environment.
-It may contain the following cards: the Elixir, Battlelust, Metamorphosis, the Helm, the Blade, the Shadow, the Potion, Focus, Shuffle, Experience, the Helix, the Sage, Water, Vitrification, the Map, Dowsing, the Spade, Trowel, the Minefield.
+It may contain the following cards: the Elixir, Battlelust, Metamorphosis, the Helm, the Blade, the Shadow, the Potion, Focus, Shuffle, Experience, Wild Magic, the Helix, the Sage, Water, Vitrification, the Map, Dowsing, the Spade, Trowel, the Minefield.
%%%%
deck of defence
diff --git a/crawl-ref/source/files.cc b/crawl-ref/source/files.cc
index b10808d4a9..b5dc708b08 100644
--- a/crawl-ref/source/files.cc
+++ b/crawl-ref/source/files.cc
@@ -1441,10 +1441,7 @@ bool load( dungeon_feature_type stair_taken, load_mode_type load_mode,
you.attribute[ATTR_ABYSS_ENTOURAGE] = 0;
if (load_mode != LOAD_VISITOR)
- {
dungeon_events.fire_event(DET_ENTERED_LEVEL);
-// set_level_exclusion_annotation(get_exclusion_desc());
- }
if (load_mode == LOAD_ENTER_LEVEL)
{