Skip to content
Snippets Groups Projects
Commit 82bf1b94 authored by pregmodfan's avatar pregmodfan
Browse files

minor fix

parent 9b60b3e5
No related branches found
No related tags found
No related merge requests found
......@@ -283,7 +283,7 @@
<</if>>
<<set $slaves[$i].curStillBirth = 0 >>
<<_curBabies = $slaves[$i].curBabies.length>> //just to improve speed and usability here.
<<set _curBabies = $slaves[$i].curBabies.length>> //just to improve speed and usability here.
<<set $slaves[$i].births += _curBabies>>
<<set $slaves[$i].birthsTotal += _curBabies>>
......@@ -306,7 +306,7 @@
<</if>>
<<set _afterSize = WombGetSize($slaves[$i])>>
<<$diffSize = _beforeSize / (1 + _afterSize)>> // 1 used to avoid devide by zero error.
<<set $diffSize = _beforeSize / (1 + _afterSize)>> // 1 used to avoid devide by zero error.
<</widget>>
......
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