Skip to content
Snippets Groups Projects
Commit ec7cf0b4 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

fix

parent c53a3822
Branches
Tags
1 merge request!7791Birth widgets
...@@ -223,7 +223,7 @@ ...@@ -223,7 +223,7 @@
<<includeDOM birth($slaves[$i])>> <<includeDOM birth($slaves[$i])>>
<<else>> /* did not make it to birthing area */ <<else>> /* did not make it to birthing area */
<<if (($birthDamage > 15 && random(1,100) > 50) || ($birthDamage > 20)) && ($slaves[$i].assignment != "be the Nurse" && $slaves[$i].assignment != "get treatment in the clinic")>> <<if (($birthDamage > 15 && random(1,100) > 50) || ($birthDamage > 20)) && ($slaves[$i].assignment != "be the Nurse" && $slaves[$i].assignment != "get treatment in the clinic")>>
<<includeDOM deadlyBirth($slaves[$i])>> <<includeDOM deadlyBirth($slaves[$i], _curBabies)>>
<<else>> <<else>>
<<includeDOM suddenBirth($slaves[$i])>> <<includeDOM suddenBirth($slaves[$i])>>
<</if>> /* closes deadly birth */ <</if>> /* closes deadly birth */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment