Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Bug: My founder is too awesome.  (Read 1510 times)

Ampersand

  • Bay Watcher
    • View Profile
Bug: My founder is too awesome.
« on: May 23, 2009, 05:02:16 pm »

Code: [Select]
X, Elite Liberal
Hrt:  18 Agi 12
Int:  14 Str 11
Wis:  1  Chr 21
Hlth: 15

Persuasion: 21
Disguise:   20
Law:        14

At one point, I was arrested and forced to stand trial for 21 counts of assault, 4 murders, twenty thefts, grand theft auto, five counts of evading arrest, distribution of a controlled substance, and seven counts of treason.

I defended myself.

I had the jury crying freedom in their seats.
Logged
!!&!!

Rezan

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #1 on: May 23, 2009, 05:05:08 pm »

Uhm, that's fairly normal. I once talked my way out of 40 murders and twenty instances of treason, not to mention like, five instances of terrorism.

It requires extreme law skill, extreme persuasion skill and good charisma. All of which you have.

Basically, you're the best god damned lawyer in the world at that point.
Logged

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #2 on: May 23, 2009, 05:05:50 pm »

Code: [Select]
X, Elite Liberal
Hrt:  18 Agi 12
Int:  14 Str 11
Wis:  1  Chr 21
Hlth: 15

Persuasion: 21
Disguise:   20
Law:        14

At one point, I was arrested and forced to stand trial for 21 counts of assault, 4 murders, twenty thefts, grand theft auto, five counts of evading arrest, distribution of a controlled substance, and seven counts of treason.

I defended myself.

I had the jury crying freedom in their seats.



She was not guilty. (Not even my founder!)
Logged
LCS developer, insomniac, writer.

Ampersand

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #3 on: May 23, 2009, 05:08:43 pm »

What I'm really pointing out is the Charisma at 21, which should be impossible.
Logged
!!&!!

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #4 on: May 23, 2009, 05:09:55 pm »

What I'm really pointing out is the Charisma at 21, which should be impossible.
I know :P

I'll look into it.
Logged
LCS developer, insomniac, writer.

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #5 on: May 23, 2009, 05:20:47 pm »

How old is your founder?

Code: [Select]
      case ATTRIBUTE_CHARISMA:
         ret-=disfigs;

         if(age<11)ret+=2; // yayay kids
         else if(age<16)ret-=1; // barf teenagers
         else if(age>35)ret+=1;
         else if(age>52)ret+=2;
         else if(age>70)ret+=3;
         break;
Logged
LCS developer, insomniac, writer.

Jonathan S. Fox

  • Bay Watcher
    • View Profile
    • http://www.jonathansfox.com/
Re: Bug: My founder is too awesome.
« Reply #6 on: May 23, 2009, 08:02:32 pm »

There should be a line later in the function that says "if(ret>20)ret=20;"

If that's missing, that's the bug.
Logged

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #7 on: May 23, 2009, 08:03:25 pm »

There should be a line later in the function that says "if(ret>20)ret=20;"

If that's missing, that's the bug.
Don't think it's there...

Edit: It isn't.
Logged
LCS developer, insomniac, writer.

Oksbad

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #8 on: May 24, 2009, 12:54:00 am »

Funny that "disturbing the peace" and one count of it to boot, comes last.

Arson, Murder and Jaywalking indeed.  ;D
Logged
I always just found it peculiar that the police are always able to pin the crime on you 100 percent of the time. The fact that organized crime rings exist at all without being bombed to hell by the national guard is evidence enough that this is not strictly the case in reality.

Ampersand

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #9 on: May 24, 2009, 01:09:29 am »

Yeah. Thanks to the persuasion and the disguise, I got a liberal elected, alone, without the Liberal Guardian, doing nothing but taking over the AM Radio and Cable News shows every day.
Logged
!!&!!

Oksbad

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #10 on: May 24, 2009, 01:24:38 am »

Out of curiosity, how did you get law so high and how do you commit arson?
Logged
I always just found it peculiar that the police are always able to pin the crime on you 100 percent of the time. The fact that organized crime rings exist at all without being bombed to hell by the national guard is evidence enough that this is not strictly the case in reality.

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #11 on: May 24, 2009, 04:00:49 am »

Out of curiosity, how did you get law so high and how do you commit arson?
Molotov Cocktails and/or Flamethrowers/Torches.
Logged
LCS developer, insomniac, writer.

Ampersand

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #12 on: May 24, 2009, 06:01:27 am »

I got law so high by influencing Juries. Also how I got 1000 juice.
Logged
!!&!!

Ampersand

  • Bay Watcher
    • View Profile
Re: Bug: My founder is too awesome.
« Reply #13 on: May 25, 2009, 11:03:34 am »

Oh, also, I just thought of something. For all cases of If(age>x) it should probably be greater than or equal to. Maybe I just like nice round numbers divisible by 5.
Logged
!!&!!

LiteralKa

  • Bay Watcher
  • LCS Developer
    • View Profile
    • My Website!
Re: Bug: My founder is too awesome.
« Reply #14 on: May 27, 2009, 07:38:39 pm »

Oh, also, I just thought of something. For all cases of If(age>x) it should probably be greater than or equal to. Maybe I just like nice round numbers divisible by 5.
Fixed. I'll commit my changes some time next week.
Logged
LCS developer, insomniac, writer.