Opened 8 years ago
Closed 6 years ago
#1601 closed bug (fixed (in master))
monster.txt and poison resistance
Reported by: | PowerWyrm | Owned by: | GabeCunningham |
---|---|---|---|
Milestone: | 3.5.0 | Keywords: | monster |
Cc: |
Description (last modified by takkaria)
Commit b695d461be8258747320cf7f6cbe52779c614210 added a lot of useless IM_POIS flags: skeletons, coins, wraiths, liches all have IM_POIS defined in monster_base.txt. These flags can be removed.
IM_POIS has also been added to some ghosts. Now all ghosts have IM_POIS, the flag can be moved to monster_base.txt.
Dark elves now all have no IM_POIS except dark elven druids. Deliberate (because they have S_SPIDER)?
Orcs got IM_POIS removed except Golfimbul and Ugluk. Deliberate (because they have other IM flags)?
Change History (2)
comment:1 Changed 8 years ago by GabeCunningham
- Keywords monster added
- Milestone changed from Triage to 3.5.0
- Owner set to GabeCunningham
- Status changed from new to assigned
comment:2 Changed 6 years ago by takkaria
- Description modified (diff)
- Resolution set to fixed (in master)
- Status changed from assigned to closed
Fixed in https://github.com/angband/angband/pull/256 .
Note: See
TracTickets for help on using
tickets.
Good catch, PowerWyrm?. It's a shame I wasn't around when this was discussed in http://angband.oook.cz/forum/showthread.php?t=4989 -- I would have clarified! Maybe I should add a big note at the top of monster.txt.