Opened 11 years ago
Closed 11 years ago
#656 closed bug (fixed (in master))
r1069: r908 missed monster list
Reported by: | stefanor@… | Owned by: | |
---|---|---|---|
Milestone: | 3.1.0 | Keywords: | |
Cc: |
Description
In [70ccedb] (SVN r1069), monster list still uses the old rules for OOD coloring; to get a red entry you need to have killed one. The l_ptr->tkills && on monster/monster2.c:648 needs to go.
-sorear (how do I make a real account?)
Change History (2)
comment:1 Changed 11 years ago by takkaria
- Milestone changed from Triage to 3.1.0
comment:2 Changed 11 years ago by takkaria
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
in [0b41327] (SVN r1083)