Fix intelligence bugf

This commit is contained in:
Olivier Gagnon 2022-08-15 09:38:10 -04:00
parent 39cf0cb57f
commit f78c0d6a6d
2 changed files with 2 additions and 2 deletions

@ -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,