From 06ec19b9dc9024dca1df973c92f815b3aa3d0e2d Mon Sep 17 00:00:00 2001
From: kopareigns <kopareigns@gmail.com>
Date: Tue, 23 Oct 2018 11:27:51 -0400
Subject: [PATCH] elseif -> if and revert

---
 src/pregmod/generateChild.tw          | 2 +-
 src/societies/aztec/slaveSacrifice.tw | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/pregmod/generateChild.tw b/src/pregmod/generateChild.tw
index 0b17d151ca6..06dca38b0d5 100644
--- a/src/pregmod/generateChild.tw
+++ b/src/pregmod/generateChild.tw
@@ -590,7 +590,7 @@
 <<set $activeSlave.accent = 4>>
 <<set $activeSlave.canRecruit = 0>>
 <<set $activeSlave.hStyle = "long">>
-<<set $activeSlave.hLength = 60>>
+<<set $activeSlave.hLength = 300>>
 <<if $activeSlave.pubicHStyle != "hairless">>
 	<<set $activeSlave.pubicHStyle = either("bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "bushy", "hairless")>>
 <</if>>
diff --git a/src/societies/aztec/slaveSacrifice.tw b/src/societies/aztec/slaveSacrifice.tw
index 0a13ff28633..53ed7711100 100644
--- a/src/societies/aztec/slaveSacrifice.tw
+++ b/src/societies/aztec/slaveSacrifice.tw
@@ -244,7 +244,7 @@
 
 	Once the time for penance is over, $he is carried out of the cage, as $he is too weak to support $his own weight. After a short ceremony, $he is taken back to the penthouse to rest.
 	<<if $activeSlave.geneMods.NCS != 1>>
-		<<elseif $activeSlave.lactation > 1>>
+		<<if $activeSlave.lactation > 1>>
 			$His breasts are grotesquely bloated, super sensitive and leaking milk from a week of neglected hyper-lactation.
 			<<set $activeSlave.boobs += 500>>
 		<<elseif $activeSlave.lactation > 0>>
-- 
GitLab