Opened 12 years ago
Closed 12 years ago
#217 closed bug (fixed (in master))
self_knowledge() faulty
Reported by: | takkaria | Owned by: | ajps |
---|---|---|---|
Milestone: | 3.0.9 | Keywords: | |
Cc: |
Description
Contains:
if (f2 & TR2_RES_DARK) { info[i++] = "You are resistant to darkness."; } if (f2 & TR2_RES_DARK) { info[i++] = "Your eyes are resistant to blindness."; }
altered in [9a5b05e] (SVN r250).
Change History (2)
comment:1 Changed 12 years ago by ajps
- Owner set to ajps
comment:2 Changed 12 years ago by ajps
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in [329] merged in [5dfe994] (SVN r399).