convert faction work to new work system

This commit is contained in:
Olivier Gagnon
2022-07-12 01:54:19 -04:00
parent e86a42716c
commit f7805c4a51
28 changed files with 299 additions and 404 deletions

View File

@@ -49,8 +49,6 @@ interface Player {
crime_success_mult: number;
isWorking: boolean;
workType: string;
currentWorkFactionName: string;
currentWorkFactionDescription: string;
workHackExpGainRate: number;
workStrExpGainRate: number;
workDefExpGainRate: number;