Skip to content

Commit

Permalink
Don't anger demonic guardians.
Browse files Browse the repository at this point in the history
Particularly since they can appear in the path of a multi-turn
damaging spell like Tornado.
  • Loading branch information
neilmoore committed Jun 12, 2016
1 parent 686c50d commit 7ee3161
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crawl-ref/source/monster.cc
Expand Up @@ -6780,5 +6780,6 @@ bool monster::angered_by_attacks() const
return !has_ench(ENCH_INSANE)
&& !mons_is_avatar(type)
&& type != MONS_SPELLFORGED_SERVITOR
&& !testbits(flags, MF_DEMONIC_GUARDIAN)
&& !mons_is_hepliaklqana_ancestor(type);
}

0 comments on commit 7ee3161

Please sign in to comment.