From 0f680ec1a5e533e1e501536294a016c203bb1462 Mon Sep 17 00:00:00 2001
From: scientist <michiel.weggen@gmail.com>
Date: Sat, 15 Sep 2018 13:11:59 -0700
Subject: [PATCH] Typo in $brandTarget init, causing branding without
 explicitly selecting a location to end up on location "0"

---
 src/init/storyInit.tw | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/init/storyInit.tw b/src/init/storyInit.tw
index 9299f46921c..8cc6a08819c 100644
--- a/src/init/storyInit.tw
+++ b/src/init/storyInit.tw
@@ -934,7 +934,7 @@ DairyRestraintsSetting($dairyRestraintsSetting)
 <<set $fixedRace = 0>>
 <<set $ui = "start">>
 
-<<set $brandTarget = "buttocks">>
+<<set $brandTarget = "buttock">>
 <<set $brandDesign = "your initials">>
 
 <<set $oralTotal = 0>>
-- 
GitLab