summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/monstuff.cc
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/monstuff.cc')
-rw-r--r--crawl-ref/source/monstuff.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/crawl-ref/source/monstuff.cc b/crawl-ref/source/monstuff.cc
index 85d9f49d6e..a466c05cf6 100644
--- a/crawl-ref/source/monstuff.cc
+++ b/crawl-ref/source/monstuff.cc
@@ -741,9 +741,8 @@ static void _fire_monster_death_event(monsters *monster,
int i)
{
// Banished monsters aren't technically dead, so no death event
- // for them. Except for the Royal Jelly, since we don't want to
- // keep the slime pit vaults locked up if it somehow gets banished.
- if (killer != KILL_RESET || monster->type == MONS_ROYAL_JELLY)
+ // for them.
+ if (killer != KILL_RESET)
{
dungeon_events.fire_event(
dgn_event(DET_MONSTER_DIED, monster->pos(), 0,