Skip to content

Commit

Permalink
Remove now-inaccurate comment bit (ge0FF).
Browse files Browse the repository at this point in the history
  • Loading branch information
pooka109 committed Aug 10, 2024
1 parent b3f2be6 commit fe854bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crawl-ref/source/mon-behv.cc
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ void handle_behaviour(monster* mon)
}

// Unfriendly monsters fighting other monsters will usually
// target the player, if they're healthy.
// target the player.
if (!isFriendly && !isNeutral
&& !mons_is_avatar(mon->type)
&& mon->foe != MHITYOU && mon->foe != MHITNOT
Expand Down

0 comments on commit fe854bf

Please sign in to comment.