diff --git a/devTools/types/FC/RA.d.ts b/devTools/types/FC/RA.d.ts index 973663067ed47fe75d524273851e4d140286bc45..18ea02eefa2193e606895e20fd8627fb8e95eea4 100644 --- a/devTools/types/FC/RA.d.ts +++ b/devTools/types/FC/RA.d.ts @@ -69,6 +69,8 @@ declare namespace FC { master: number; } + //type Piercings = ; + interface RuleSetters { releaseRules: RuleReleaseSetters; lactationRules: WithNone<"induce" | "maintain"> | null; @@ -115,7 +117,7 @@ declare namespace FC { markings: "remove beauty marks" | "remove birthmarks" | "remove both"; pubicHColor: string; pubicHStyle: string; - piercing: Object; + piercing: InstanceType<typeof App.Entity.completePiercingStateRA>; vaginaLube: number; boobsTat: string | number; buttTat: string | number;