Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Character generation bug  (Read 930 times)

Cosmonot

  • Bay Watcher
    • View Profile
Character generation bug
« on: March 18, 2009, 03:41:04 am »


I was running the numbers on a new founder build and they didn't add up. It turns out line 424 of /src/title/newgame.cpp mixes a skill with an attribute.

Code: [Select]
newcr->att[SKILL_WRITING]+=1;
Logged
Kobolds carry copper crossbows.

Jonathan S. Fox

  • Bay Watcher
    • View Profile
    • http://www.jonathansfox.com/
Re: Character generation bug
« Reply #1 on: March 18, 2009, 04:31:23 am »

That's bad. It's lucky that doesn't cause much more serious problems.
Logged