From 8342c35e7aae494e19ea7236aab9014fcb5b44a8 Mon Sep 17 00:00:00 2001
From: StuffedAnon <stuffedgame@gmail.com>
Date: Fri, 15 Mar 2019 22:07:05 +0900
Subject: [PATCH] Fix 'growth' option in introSumary

---
 src/events/intro/introSummary.tw | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/events/intro/introSummary.tw b/src/events/intro/introSummary.tw
index be1cc1df4b1..30370e76df8 100644
--- a/src/events/intro/introSummary.tw
+++ b/src/events/intro/introSummary.tw
@@ -373,9 +373,9 @@ __''Slave age effects''__
 <br>
 <<options $loliGrow>>
 	<<option 0 "Disable Growth">>
-	Children ''will'' grow as they age.
-	<<option 1 "Enable Growth">>
 		Children ''will not'' grow as they age.
+	<<option 1 "Enable Growth">>
+		Children ''will'' grow as they age.
 <</options>>
 
 <br><br>
-- 
GitLab