Skip to content
Snippets Groups Projects
Commit f2629b89 authored by Arkerthan's avatar Arkerthan
Browse files

improve RA rules typing

parent 83b4f439
No related branches found
No related tags found
1 merge request!10961RA fixes & typing
......@@ -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;
......
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