summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/mon-stuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/mon-stuff.cc')
-rw-r--r--crawl-ref/source/mon-stuff.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/mon-stuff.cc b/crawl-ref/source/mon-stuff.cc
index fd300ea86c..d337cd45ab 100644
--- a/crawl-ref/source/mon-stuff.cc
+++ b/crawl-ref/source/mon-stuff.cc
@@ -1790,7 +1790,7 @@ int monster_die(monsters *monster, killer_type killer,
{
const int spectre =
create_monster(
- mgen_data(MONS_SPECTRAL_THING, BEH_FRIENDLY,
+ mgen_data(MONS_SPECTRAL_THING, BEH_FRIENDLY, &you,
0, 0, monster->pos(), MHITYOU,
0, static_cast<god_type>(you.attribute[ATTR_DIVINE_DEATH_CHANNEL]),
spectre_type, monster->number));