mirror of
https://github.com/bitburner-official/bitburner-src.git
synced 2026-05-25 00:46:37 +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,
|
||||
|
||||
Reference in New Issue
Block a user