summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/godabil.cc
diff options
context:
space:
mode:
authorStefan O'Rear <stefanor@cox.net>2009-11-12 03:52:08 -0800
committerStefan O'Rear <stefanor@cox.net>2009-11-12 03:53:13 -0800
commit078019644214628520c8116a9b4a16f30d8fadf2 (patch)
treedf1fc93d35c6b39455445360e482be5c26e1e2ac /crawl-ref/source/godabil.cc
parent7f502e207784d2c33ab38079dadfa298ab9fafc6 (diff)
downloadcrawl-ref-078019644214628520c8116a9b4a16f30d8fadf2.tar.gz
crawl-ref-078019644214628520c8116a9b4a16f30d8fadf2.zip
Add summoner and non_actor_summoner to mgen_data
Monsters now know who summoned them. This will be important later. Probably breaks something; saves are not one of them.
Diffstat (limited to 'crawl-ref/source/godabil.cc')
-rw-r--r--crawl-ref/source/godabil.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/crawl-ref/source/godabil.cc b/crawl-ref/source/godabil.cc
index 114cb53842..6af4394a09 100644
--- a/crawl-ref/source/godabil.cc
+++ b/crawl-ref/source/godabil.cc
@@ -386,6 +386,7 @@ int fungal_bloom()
const int mushroom = create_monster(
mgen_data(MONS_TOADSTOOL,
BEH_FRIENDLY,
+ &you,
0,
0,
pos,
@@ -458,6 +459,7 @@ static int _create_plant(coord_def & target)
const int plant = create_monster(mgen_data
(MONS_PLANT,
BEH_FRIENDLY,
+ &you,
0,
0,
target,
@@ -560,6 +562,7 @@ bool sunlight()
// Create a plant.
const int plant = create_monster(mgen_data(MONS_PLANT,
BEH_HOSTILE,
+ &you,
0,
0,
target,
@@ -876,6 +879,7 @@ int rain(const coord_def &target)
const int plant = create_monster(mgen_data
(coinflip() ? MONS_PLANT : MONS_FUNGUS,
BEH_GOOD_NEUTRAL,
+ &you,
0,
0,
*rad,
@@ -953,6 +957,7 @@ int corpse_spores(beh_type behavior)
int rc = create_monster(mgen_data(MONS_GIANT_SPORE,
behavior,
+ &you,
0,
0,
*rad,