Initial Bard skill assignment missing skills after 'F'
issueid=1336 11-09-2012 10:47 PM
Ancient Member
Number of reported issues by Mobius: 63
Initial Bard skill assignment missing skills after 'F'
Bard skills at creation has changed

Somebody else noticed, I figured I'd steal the glory for entering the bug:

from http://www.adom.de/forums/showthread...ls-buggy-in-p4

to reproduce:
Code:
Map<String, Integer> skillTallyMap = new...();
for (int i=0; i<10; i++) {
  1) create human bard
  2) List skills
  3) add to skillTallyMap;
}
skillTallyMap.remove("swimming");
// and other forced skill choices
println skillTallyMap;
hey, look, no skills after Fletchery. (or so)
That does not seem right. How many extra skills does a bard start with after all?
Issue Details
Issue Number 1336
Project ADOM (Ancient Domains Of Mystery)
Category All
Status Fixed
Priority 4
Affected Version ADOM 1.2.0 pre 4
Fixed Version ADOM 1.2.0 pre 5
Milestone (none)
Users able to reproduce bug 1
Users unable to reproduce bug 0
Assigned Users (none)
Tags (none)




11-10-2012 09:26 AM
jt jt is offline
Administrator
Fixed. Introduced by refactoring the skill distribution loop where I thought a '1' was an 'i'. :(

11-11-2012 08:43 AM
Senior Member
Cool, thanks for the quick fix! And thanks Mobius for reporting it.

Ben

+ Reply