Skip to content
Snippets Groups Projects
Commit f59a8d26 authored by hexall90's avatar hexall90
Browse files

Fixing fork inconsistencies

parent f5394d9c
No related branches found
No related tags found
3 merge requests!1155Pregmod master,!871Security expansion,!793Height Additions
......@@ -889,7 +889,7 @@
<</if>>
<</if>>
<<if $growthStim == 1>>
<<if $activeSlave.height < 274>>
<<if $activeSlave.height < 274 && $activeSlave.height < Math.clamp((Height.mean($activeSlave) * 1.25),0,274)>>
| <<link "Growth Stimulants">><<set $activeSlave.drugs = "growth stimulants">><<replace "#drugs">><strong>$activeSlave.drugs</strong><</replace>><</link>>
<<else>>
| Growth Stimulants
......
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