Skip to content
Snippets Groups Projects
Commit b52ac258 authored by svornost's avatar svornost
Browse files

Strip some stuff we don't need anymore out of gameState.d.ts

parent 4059535e
No related branches found
No related tags found
1 merge request!8650Move slave-scoped temporary cross-report variables onto a proxy object
...@@ -118,8 +118,6 @@ declare namespace FC { ...@@ -118,8 +118,6 @@ declare namespace FC {
*/ */
interface TemporaryVariablesInTheGameState { interface TemporaryVariablesInTheGameState {
gameover?: string; gameover?: string;
slaveMarket?: SlaveMarketName;
prisonCrime?: Zeroable<string>;
enunciate?: Enunciation; enunciate?: Enunciation;
activeSlaveOneTimeMinAge?: number; activeSlaveOneTimeMinAge?: number;
activeSlaveOneTimeMaxAge?: number; activeSlaveOneTimeMaxAge?: number;
...@@ -170,8 +168,6 @@ declare namespace FC { ...@@ -170,8 +168,6 @@ declare namespace FC {
milkmaidHealthBonus?: number; milkmaidHealthBonus?: number;
AS: number; AS: number;
HGTrainSlavesIDs?: HeadGirlTrainee[];
heroSlaveID?: number;
seed?: number; seed?: number;
applyCareerBonus?: Bool; applyCareerBonus?: Bool;
prostheticsConfig?: string; prostheticsConfig?: string;
...@@ -180,10 +176,6 @@ declare namespace FC { ...@@ -180,10 +176,6 @@ declare namespace FC {
relation: number; relation: number;
heroSlaves: SlaveTemplate[]; heroSlaves: SlaveTemplate[];
//#region FCTV
usedRemote: Bool;
//#endregion
} }
export interface GameVariables extends DefaultGameStateVariables, ResetOnNGPVariables, export interface GameVariables extends DefaultGameStateVariables, ResetOnNGPVariables,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment