diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw
index 8f65224acdbe0f78dbbbf5a1b971d575798a5072..d991e46a345aa253a3dedeea4f88c6fdae5d70a4 100644
--- a/src/uncategorized/rulesAssistant.tw
+++ b/src/uncategorized/rulesAssistant.tw
@@ -147,7 +147,7 @@
 __Rule $r Automatic Activation__
 <span id="activation"></span>
 
-<<if isSimpleCondition($currentRule.condition, ["devotion", "trust", "health", "energy", "weight", "age"])>>
+<<if isSimpleCondition($currentRule.condition, ["devotion", "trust", "health", "energy", "weight", "actualAge", "physicalAge", "visualAge", "muscles", "lactation", "preg", "pregType", "bellyImplant"])>>
 
 <<timed 50ms>>
     <<RAChangeActivation>>
@@ -212,12 +212,36 @@ __Rule $r Automatic Activation__
 |
 <<link "Age">>
 	<<unset _customCondition>>
-	<<set $currentRule.condition = changeVariable($currentRule.condition, "age")>>
+	<<set $currentRule.condition = changeVariable($currentRule.condition, "actualAge")>>
 	<<RAChangeActivation>>
 	<<RAChangeSave>>
 	<<RAChangeApply>>
 <</link>>
 |
+<<link "Body Age">>
+	<<unset _customCondition>>
+	<<set $currentRule.condition = changeVariable($currentRule.condition, "physicalAge")>>
+	<<RAChangeActivation>>
+	<<RAChangeSave>>
+	<<RAChangeApply>>
+<</link>>
+|
+<<link "Visible Age">>
+	<<unset _customCondition>>
+	<<set $currentRule.condition = changeVariable($currentRule.condition, "visualAge")>>
+	<<RAChangeActivation>>
+	<<RAChangeSave>>
+	<<RAChangeApply>>
+<</link>>
+|
+<<link "Muscles">>
+	<<unset _customCondition>>
+	<<set $currentRule.condition = changeVariable($currentRule.condition, "muscles")>>
+	<<RAChangeActivation>>
+	<<RAChangeSave>>
+	<<RAChangeApply>>
+<</link>> 
+|
 <<link "Lactation">>
 	<<unset _customCondition>>
 	<<set $currentRule.condition = changeVariable($currentRule.condition, "lactation")>>
diff --git a/src/uncategorized/seWedding.tw b/src/uncategorized/seWedding.tw
index 76b5d93bae73fa333dcb3eed448a505281a7cf7f..8ceb2373155dd359f4d580830fe42c82e5389673 100644
--- a/src/uncategorized/seWedding.tw
+++ b/src/uncategorized/seWedding.tw
@@ -57,7 +57,9 @@
 		Her erection tents the front of her lacy g-string.
 		<</if>>
 	<<elseif ($activeSlave.dick > 0)>>
-		<<if $activeSlave.dick > 4>>
+		<<if if $activeSlave.dick > 10>>
+		Her huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+		<<elseif $activeSlave.dick > 4>>
 		Her big soft cock forms a lewd mass, stuffed into her lacy g-string.
 		<<else>>
 		Her lacy g-string perfectly conceals her soft dick.
@@ -191,7 +193,9 @@
 		Her erection tents the front of her lacy g-string.
 		<</if>>
 	<<elseif ($activeSlave.dick > 0)>>
-		<<if $activeSlave.dick > 4>>
+		<<if if $activeSlave.dick > 10>>
+		Her huge soft cock is allowed to dangle freely as no g-string could hope to contain it.
+		<<elseif $activeSlave.dick > 4>>
 		Her big soft cock forms a lewd mass, stuffed into her lacy g-string.
 		<<else>>
 		Her lacy g-string perfectly conceals her soft dick.