mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-04-16 06:18:42 +02:00
Fix intelligence bugf
This commit is contained in:
@@ -21,7 +21,7 @@ export abstract class Person implements IPerson {
|
||||
dexterity: 1,
|
||||
agility: 1,
|
||||
charisma: 1,
|
||||
intelligence: 1,
|
||||
intelligence: 0,
|
||||
};
|
||||
exp: Skills = {
|
||||
hacking: 0,
|
||||
|
||||
@@ -191,7 +191,7 @@ export class PlayerObject implements IPlayer {
|
||||
dexterity: 1,
|
||||
agility: 1,
|
||||
charisma: 1,
|
||||
intelligence: 1,
|
||||
intelligence: 0,
|
||||
};
|
||||
this.exp = {
|
||||
hacking: 0,
|
||||
|
||||
Reference in New Issue
Block a user