Skip to content
Snippets Groups Projects
Commit 8fa51752 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'pregmod-master-bugfix' into 'pregmod-master'

sanity check fixes

See merge request !1700
parents 6ed049ac f482747a
Branches
Tags
No related merge requests found
...@@ -632,7 +632,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your ...@@ -632,7 +632,6 @@ A screen opposite your desk springs to life, <<if $assistant == 0>>showing your
<</if>> <</if>>
<</if>> <</if>>
<<set $slaves[$i].boobs += 300>> <<set $slaves[$i].boobs += 300>>
<</if>>
<<elseif ($slaves[$i].drugs == "hyper breast injections") && canGetPregnant($slaves[$i])>> <<elseif ($slaves[$i].drugs == "hyper breast injections") && canGetPregnant($slaves[$i])>>
<<set $slaves[$i].preg = 1>> <<set $slaves[$i].preg = 1>>
<<set $slaves[$i].pregType = random(20,45)>> <<set $slaves[$i].pregType = random(20,45)>>
......
...@@ -335,7 +335,7 @@ She comes to you for an inspection ...@@ -335,7 +335,7 @@ She comes to you for an inspection
$activeSlave.birthSurname. $activeSlave.birthSurname.
<<elseif $activeSlave.birthSurname === "">> <<elseif $activeSlave.birthSurname === "">>
$activeSlave.birthName. $activeSlave.birthName.
<<elseif $surnameOrder != 1>>>> <<elseif $surnameOrder != 1>>
<<switch $activeSlave.nationality>> <<switch $activeSlave.nationality>>
<<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">> <<case "Cambodian" "Chinese" "Hungarian" "Japanese" "Korean" "Mongolian" "Taiwanese" "Vietnamese">>
<<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName. <<if $activeSlave.birthSurname>>$activeSlave.birthSurname <</if>>$activeSlave.birthName.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment