Skip to content
Snippets Groups Projects
Commit 3c9ecebe authored by Pregmodder's avatar Pregmodder
Browse files

Tweak.

parent 913bb162
No related branches found
No related tags found
2 merge requests!1155Pregmod master,!1103Small tweak to RA butt drugs to hopefully stop the flip-flopping.
...@@ -3598,7 +3598,7 @@ Your brand design is ''$brandDesign.'' ...@@ -3598,7 +3598,7 @@ Your brand design is ''$brandDesign.''
<<if _combinedRule.growth.butt != "no default setting">> <<if _combinedRule.growth.butt != "no default setting">>
<<if $args[0].butt < _combinedRule.growth.butt>> <<if $args[0].butt < _combinedRule.growth.butt>>
<<set _priority = {drug: "butt injections", weight: (_combinedRule.growth.butt-$args[0].butt)/_combinedRule.growth.butt}, _priorities.push(_priority)>> <<set _priority = {drug: "butt injections", weight: (_combinedRule.growth.butt-$args[0].butt)/_combinedRule.growth.butt}, _priorities.push(_priority)>>
<<elseif ($args[0].butt > _combinedRule.growth.butt) && $args[0].weight < 100 && ($arcologies[0].FSSlimnessEnthusiastResearch == 1)>> <<elseif ($args[0].butt > _combinedRule.growth.butt+.5) && $args[0].weight < 100 && ($arcologies[0].FSSlimnessEnthusiastResearch == 1)>>
<<set _priority = {drug: "butt redistributors", weight: (1+(($args[0].butt-$args[0].buttImplant-_combinedRule.growth.butt)/_combinedRule.growth.butt))}, _priorities.push(_priority)>> <<set _priority = {drug: "butt redistributors", weight: (1+(($args[0].butt-$args[0].buttImplant-_combinedRule.growth.butt)/_combinedRule.growth.butt))}, _priorities.push(_priority)>>
<</if>> <</if>>
<</if>> <</if>>
......
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