1
0
Bläddra i källkod

add `fame` to existing entries in `setup.genericActions`

Stephan Fuchs 11 månader sedan
förälder
incheckning
2260268e8d
1 ändrade filer med 6 tillägg och 3 borttagningar
  1. 6 3
      sugarcube/src/actions/genericActions.js

+ 6 - 3
sugarcube/src/actions/genericActions.js

@@ -88,7 +88,8 @@ setup.genericActions.exposeBreasts_private = {
 		40: {
 		},
 		100:{}
-	}
+	},
+	fame:{'.sex':'small'}
 }
 
 setup.genericActions.exposePanties_generic = {
@@ -102,7 +103,8 @@ setup.genericActions.exposePanties_private = {
 	inherit: {
 		id: 'exposePanties_generic',
 		effectByInhibition: 0
-	}
+	},
+	fame:{'.sex':'tiny'}
 }
 
 setup.genericActions.exposePussy_generic = {
@@ -116,5 +118,6 @@ setup.genericActions.exposePussy_private = {
 	inherit: {
 		id: 'exposePussy_generic',
 		effectByInhibition: 0
-	}
+	},
+	fame:{'.sex':'medium'}
 }