Opened 10 years ago
Closed 10 years ago
#452 closed bug (fixed (in master))
Min gold not always 200
Reported by: | CunningGabe | Owned by: | |
---|---|---|---|
Milestone: | 3.1.0 | Keywords: | |
Cc: |
Description
The recent change to birth.c leaves the following:
436 /* Minimum 200 gold */ 437 if (gold < 100) gold = 200;
The only instance of 100 should be 200 as well.
Change History (2)
comment:1 Changed 10 years ago by takkaria
comment:2 Changed 10 years ago by takkaria
- Resolution set to fixed
- Status changed from new to closed
fixed in [1dd8c6d] (SVN r700), thanks for the report.
Note: See
TracTickets for help on using
tickets.
Sometimes my own incompetence stuns me. :)