Skip to content
Snippets Groups Projects
Commit eadb6119 authored by svornost's avatar svornost
Browse files

Close tag properly

parent 9e5b0792
No related branches found
No related tags found
No related merge requests found
...@@ -85,8 +85,8 @@ ...@@ -85,8 +85,8 @@
<<set $farmyardFoodCost = 5 >> <<set $farmyardFoodCost = 5 >>
<<else>> <<else>>
<<set $farmyardFoodCost = Math.min(5 * (1 + 1.5 * Math.sqrt(Math.trunc(100000/$localEcon-1000)/10)/100), 6.5)>> <<set $farmyardFoodCost = Math.min(5 * (1 + 1.5 * Math.sqrt(Math.trunc(100000/$localEcon-1000)/10)/100), 6.5)>>
<</if> <</if>>
<</if> <</if>>
<<set $minimumSlaveAge = variableAsNumber($minimumSlaveAge, 3, 18, 18)>> <<set $minimumSlaveAge = variableAsNumber($minimumSlaveAge, 3, 18, 18)>>
<<set $retirementAge = variableAsNumber($retirementAge, 25, 120, 45)>> <<set $retirementAge = variableAsNumber($retirementAge, 25, 120, 45)>>
......
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