From 30400ea9fc95dbac91da28c5e5b67af0f3cf4e9a Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Wed, 19 Dec 2018 20:40:27 -0500
Subject: [PATCH] minor fixes

---
 src/uncategorized/futureSociety.tw | 2 +-
 src/uncategorized/saRules.tw       | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/uncategorized/futureSociety.tw b/src/uncategorized/futureSociety.tw
index a584ad65864..b907c605155 100644
--- a/src/uncategorized/futureSociety.tw
+++ b/src/uncategorized/futureSociety.tw
@@ -1077,7 +1077,7 @@ You are spending <<print cashFormat($FSSpending)>> each week to support your soc
 		<<if $FSCredits > 0>>
 			<br>''''[[Chinese Revivalism|Future Society][$arcologies[0].FSChineseRevivalist = 4, $FSCredits -= 1]]: a vision of ancient China.
 		<<else>>
-			/*//''Chinese Revivalism'': a vision of ancient China./*//
+			/*//''Chinese Revivalism'': a vision of ancient China.//*/
 		<</if>>
 	<</if>>
 <</if>>
diff --git a/src/uncategorized/saRules.tw b/src/uncategorized/saRules.tw
index 1d76d4429cf..de7d566dcfc 100644
--- a/src/uncategorized/saRules.tw
+++ b/src/uncategorized/saRules.tw
@@ -3140,11 +3140,11 @@
 					<</if>>
 					<<set $slaves[$i].trust -= _punishments>>
 				<<case "whipping">>
-					When $he disobeys, $he's @@.gold;whipped,@@ not hard enough to mark $him, but hard enough to @@.red;hurt,@@ breaking $him quickly.
+					When $he disobeys, $he's dragged to the front of the class and @@.gold;whipped,@@ not hard enough to mark $him, but hard enough to @@.red;hurt,@@ breaking $him quickly.
 					<<set $slaves[$i].health -= _punishments>>
 					<<set $slaves[$i].trust -= 2*_punishments>>
 				<<case "chastity">>
-					When $he disobeys, $he finds $his next client is into @@.gold;orgasm denial,@@ @@.red;reducing $his libido@@ but breaking $him to @@.hotpink;sexual obedience.@@
+					When $he disobeys, $he's dragged to the front of the class for use in a lesson on edging. $He is kept @@.gold;just shy of orgasm@@ for the rest of the day, @@.red;reducing $his libido@@ but breaking $him to @@.hotpink;sexual obedience.@@
 					<<if $slaves[$i].energy > 2>><<set $slaves[$i].energy -= 2*_punishments>><</if>>
 					<<set $slaves[$i].devotion += _punishments>>
 					<<set $slaves[$i].trust -= _punishments>>
-- 
GitLab