Skip to content

Commit

Permalink
Don't give XP for howl-called doom hounds
Browse files Browse the repository at this point in the history
Infinite XP Considered Abusable, Say Killhole Experts
  • Loading branch information
PleasingFungus committed Dec 5, 2015
1 parent fd446e5 commit 29bce60
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crawl-ref/source/spl-summoning.cc
Original file line number Diff line number Diff line change
Expand Up @@ -599,6 +599,7 @@ void doom_howl(int time)
mons->add_ench(mon_enchant(ENCH_HAUNTING, 1, target,
INFINITE_DURATION));
mons->behaviour = BEH_SEEK;
mons->flags |= MF_NO_REWARD | MF_HARD_RESET;
check_place_cloud(CLOUD_BLACK_SMOKE, mons->pos(),
random_range(1,2), mons);
}
Expand Down

0 comments on commit 29bce60

Please sign in to comment.