Ticket #452 (closed bug: fixed)

Opened 10 months ago

Last modified 10 months ago

Min gold not always 200

Reported by: CunningGabe Assigned to:
Milestone: 3.1.0 Version:
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.

Attachments

Change History

02/07/08 19:58:45 changed by takkaria

Sometimes my own incompetence stuns me. :)

02/08/08 08:28:20 changed by takkaria

  • status changed from new to closed.
  • resolution set to fixed.

fixed in r700, thanks for the report.


Add/Change #452 (Min gold not always 200)




Action