mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2024-12-19 12:45:45 +01:00
Fix intelligence bugf
This commit is contained in:
parent
39cf0cb57f
commit
f78c0d6a6d
@ -21,7 +21,7 @@ export abstract class Person implements IPerson {
|
|||||||
dexterity: 1,
|
dexterity: 1,
|
||||||
agility: 1,
|
agility: 1,
|
||||||
charisma: 1,
|
charisma: 1,
|
||||||
intelligence: 1,
|
intelligence: 0,
|
||||||
};
|
};
|
||||||
exp: Skills = {
|
exp: Skills = {
|
||||||
hacking: 0,
|
hacking: 0,
|
||||||
|
@ -191,7 +191,7 @@ export class PlayerObject implements IPlayer {
|
|||||||
dexterity: 1,
|
dexterity: 1,
|
||||||
agility: 1,
|
agility: 1,
|
||||||
charisma: 1,
|
charisma: 1,
|
||||||
intelligence: 1,
|
intelligence: 0,
|
||||||
};
|
};
|
||||||
this.exp = {
|
this.exp = {
|
||||||
hacking: 0,
|
hacking: 0,
|
||||||
|
Loading…
Reference in New Issue
Block a user