diff --git a/src/gui/mainMenu/AlphaDisclaimer.tw b/src/gui/mainMenu/AlphaDisclaimer.tw
index 04e654a51749a0fab1a6206d54f64e32e2cc2c44..ef6bd83525cec99f5a6434b6ada6ffd1e581c069 100644
--- a/src/gui/mainMenu/AlphaDisclaimer.tw
+++ b/src/gui/mainMenu/AlphaDisclaimer.tw
@@ -4,7 +4,7 @@
 @@.green;//Mod: expanded age ranges and other tweaks 2016-08-30//@@ @@.darkred;+SV@@
 @@.green;//Mod: extra preg content and other crap//@@
 
-''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues. Consider attaching a save file and screenshot of the problem. This Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/.
+''This is an alpha.'' That means the game is missing content, is full of bugs, is imbalanced, and is generally in an incomplete state. The game will keep a start of turn autosave. If you encounter a bug, we strongly recommend you reload your start of turn autosave immediately. Please submit your feedback and bug reports at https://gitgud.io/pregmodfan/fc-pregmod/issues/. Consider attaching a save file and screenshot of the problem. This Pregmod is a modification of the original <i>Free Cities</i> created by FCdev, which can be seen at https://freecitiesblog.blogspot.com/.
 
 An in-game encyclopedia is available from the sidebar, with answers to most basic gameplay questions.
 
@@ -16,4 +16,4 @@ If you enjoy FC and feel like using your real-life ¤ to express gratitude, you
 
 @@.yellow;This is a text-based game that includes descriptions of sexual activity, graphic violence, drug use, and other subjects not suitable for persons under the age of 18. This is a work of fiction; any resemblance to actual persons, places, or events is unintended.@@
 
-[[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]]
\ No newline at end of file
+[[I am 18 or more years of age, I understand, and I wish to continue|Economy Intro]]
diff --git a/src/uncategorized/bodyModification.tw b/src/uncategorized/bodyModification.tw
index 634878a9b8ed5dcfef1cc34b61532142b6324d64..0e26a8a945c314b0169e7ae512c1c8165a50048b 100644
--- a/src/uncategorized/bodyModification.tw
+++ b/src/uncategorized/bodyModification.tw
@@ -1292,13 +1292,14 @@ Or a custom site: <<textbox "$scarTarget.local" $scarTarget.local "Body Modifica
 		$scarTarget.local, or the
 	<</if>>
 	<<if _right>>
-	<<link "right">>
-		<<set $scarTarget.local = _rightTarget>>
-		<<set $scarApplied = 1>>
-		<<run App.Medicine.Modification.addScar($activeSlave, _rightTarget, $scarDesign.local)>>
-		<<run cashX(forceNeg($modCost), "slaveMod", $activeSlave)>>
-		<<set $degradation += 10>>
-		<<goto "Body Modification">>
+		<<link "right">>
+			<<set $scarTarget.local = _rightTarget>>
+			<<set $scarApplied = 1>>
+			<<run App.Medicine.Modification.addScar($activeSlave, _rightTarget, $scarDesign.local)>>
+			<<run cashX(forceNeg($modCost), "slaveMod", $activeSlave)>>
+			<<set $degradation += 10>>
+			<<goto "Body Modification">>
+		<</link>>
 	<</if>><<if !_left || !_right>> $scarTarget.local<</if>>?
 <<else>>
 	<<if $activeSlave.scar.hasOwnProperty($scarTarget.local)>>
diff --git a/src/uncategorized/longSlaveDescription.tw b/src/uncategorized/longSlaveDescription.tw
index 66425ea18b8ebf5f739eda87229c46341c4a2e62..84f7ce2a3d1fde4e506502ee81cd1261e06bf5d0 100644
--- a/src/uncategorized/longSlaveDescription.tw
+++ b/src/uncategorized/longSlaveDescription.tw
@@ -1882,7 +1882,7 @@ $He is
 
 <<if hasAnyNaturalArms($activeSlave)>>
 	<<if $activeSlave.weight > 190>>
-		$He has <<if hasBothNaturalArms($activeSlave)>>hugely thick arms<<else>>a hugely thick arm<</if>> with sagging fat rolls<</if>><<if $activeSlave.muscles > 5>> and<<else>>.<</if>>
+		$He has <<if hasBothNaturalArms($activeSlave)>>hugely thick arms<<else>>a hugely thick arm<</if>> with sagging fat rolls<<if $activeSlave.muscles > 5>> and<<else>>.<</if>>
 	<<elseif $activeSlave.weight > 160>>
 		$He has <<if hasBothNaturalArms($activeSlave)>>thick arms<<else>>a thick arm<</if>> with drooping fat folds<<if $activeSlave.muscles > 5>> and<<else>>.<</if>>
 	<<elseif $activeSlave.weight > 130>>
@@ -1910,7 +1910,7 @@ $He is
 	<</if>>
 
 	<<if $activeSlave.skill.combat > 0>>
-		$He is @@.aquamarine;skilled at combat:@@ $he is comfortable with the use of modern firearms and edged weapons, and $his hands <<if !hasBothArms($activeChild)>>would be deadly weapons if $he had <<if !hasAnyArms($activeChild)>>any<<else>>more than one<</if>><<else>><<if getArmCount($activeChild, 5) + getArmCount($activeChild, 6) > 1>>would be deadly weapons even if they weren't full of deadly weapons already<<else>>are deadly weapons<</if>>.
+		$He is @@.aquamarine;skilled at combat:@@ $he is comfortable with the use of modern firearms and edged weapons, and $his hands <<if !hasBothArms($activeChild)>>would be deadly weapons if $he had <<if !hasAnyArms($activeChild)>>any<<else>>more than one<</if>><<else>><<if getArmCount($activeChild, 5) + getArmCount($activeChild, 6) > 1>>would be deadly weapons even if they weren't full of deadly weapons already<<else>>are deadly weapons<</if>><</if>>.
 	<</if>>
 <</if>>