diff --git a/src/uncategorized/rulesAssistant.tw b/src/uncategorized/rulesAssistant.tw index 955180c04519864c8903991875da50fe043e70fa..c2b2befb041df2e4ef822bab58eacc97d8526bd2 100644 --- a/src/uncategorized/rulesAssistant.tw +++ b/src/uncategorized/rulesAssistant.tw @@ -131,7 +131,7 @@ __Rule $r Automatic Activation__ <span id="activation"></span> -<<if isSimpleCondition($currentRule.condition, ["devotion", "trust", "health", "energy", "weight", "actualAge", "physicalAge", "visualAge", "muscles", "lactation", "preg", "pregType", "bellyImplant"])>> +<<if isSimpleCondition($currentRule.condition, ["devotion", "trust", "health", "energy", "weight", "actualAge", "physicalAge", "visualAge", "muscles", "lactation", "preg", "pregType", "bellyImplant", "belly"])>> <<timed 50ms>> <<RAChangeActivation>> @@ -245,6 +245,13 @@ __Rule $r Automatic Activation__ <</link>> <</if>> | +<<link "Belly Size">> + <<unset _customCondition>> + <<set $currentRule.condition = changeVariable($currentRule.condition, "belly")>> + <<RAChangeActivation>> + <<RARuleModified>> +<</link>> +| <<link "Custom">> <<if (def _customConditionOld)>> <<set _customCondition = _customConditionOld>> diff --git a/src/utility/raWidgets.tw b/src/utility/raWidgets.tw index b5caf05358bbba4482bbfa5caa454b4dbce2c3e3..186289dccdc22e12a67c89b3df9af19c8ce3de37 100644 --- a/src/utility/raWidgets.tw +++ b/src/utility/raWidgets.tw @@ -133,6 +133,8 @@ <br>// Fetus count, rule can be applied only after week 10 of pregnancy. // <<case "bellyImplant">> <br>// Volume of belly implant in ccs. -1 - none. // + <<case "belly">> + <br>// Volume of belly in ccs. Any source. // <<case "custom">> <br>// Enter custom condition. // <</switch>>