From 00e43444c5e4cc7fe655e1b6d06f05bd91f68e85 Mon Sep 17 00:00:00 2001
From: Svornost <11434-svornost@users.noreply.gitgud.io>
Date: Tue, 16 Mar 2021 18:40:16 -0700
Subject: [PATCH] Spa decoration fixes for RE Preg Inventor

---
 src/pregmod/rePregInventor.tw | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/src/pregmod/rePregInventor.tw b/src/pregmod/rePregInventor.tw
index dac3143ef00..ce35254b40a 100644
--- a/src/pregmod/rePregInventor.tw
+++ b/src/pregmod/rePregInventor.tw
@@ -561,7 +561,7 @@
 		Your slave asks you to meet $him in your spa. Upon entering, you take a moment to enjoy the
 		<<if $spaDecoration == "Paternalist">>
 			sight of the opulently appointed pools and the intellectually stimulating shows streaming from the many screens set on the walls of the room.
-		<<elseif $spaDecoration == "Repopulation Focus">>
+		<<elseif $spaDecoration == "Repopulationist">>
 			sight of all of the maternity aid devices scattered throughout the room. Whatever the nature of $his invention, your slave's toy is guaranteed to fit in well in these particular baths.
 		<<elseif $spaDecoration == "Eugenics">>
 			sight of the dualistic, caste based facilities.
@@ -603,6 +603,8 @@
 			stultifying, gloomy atmosphere pervading the room.
 		<<elseif $spaDecoration == "Body Purist">>
 			comfortable atmosphere of the facilities.
+		<<elseif $spaDecoration == "Neo-Imperialist">>
+			sight of the verdant greenery, brilliant high-tech lighting, and steaming central bath.
 		<<else>>
 			sight of its spacious baths and pleasant atmosphere.
 		<</if>>
-- 
GitLab