Skip to content
Snippets Groups Projects
Commit c3613df1 authored by brickode's avatar brickode
Browse files

NaN fix

parent b68bbb11
No related branches found
No related tags found
No related merge requests found
...@@ -203,7 +203,6 @@ ...@@ -203,7 +203,6 @@
<<set $i = $slaveIndices[$FarmyardiIDs[_dI]]>> <<set $i = $slaveIndices[$FarmyardiIDs[_dI]]>>
<<setLocalPronouns $slaves[$i]>> <<setLocalPronouns $slaves[$i]>>
/* Perform facility based rule changes */ /* Perform facility based rule changes */
<<set $slaves[$i].health += _healthBonus>>
<<switch $farmyardDecoration>> <<switch $farmyardDecoration>>
<<case "Degradationist" "standard">> /* TODO: add the rest of the FS */ <<case "Degradationist" "standard">> /* TODO: add the rest of the FS */
<<set $slaves[$i].livingRules = "spare">> <<set $slaves[$i].livingRules = "spare">>
......
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