#188 Commit 9b337e8ff149e3b88d74cee1851c71d510e5d8ff broke the game

已關閉
ezsh2 年之前創建 · 2 條評論

Probably due to the wrong quotes order. Upon loading the game complains on various locations being missing.

Probably due to the wrong quotes order. Upon loading the game complains on various locations being missing.
ezsh 評論 2 年之前'
發佈者

0717976e29 does not fix the problem. This patch does:

diff --git a/locations/therapist.qsrc b/locations/therapist.qsrc
index 14268ca68..2961a7206 100644
--- a/locations/therapist.qsrc
+++ b/locations/therapist.qsrc
@@ -588,7 +588,7 @@ if $ARGS[0] = 'sleepProblems':
          if StoryLine > 0 or pcs_apprncbase > 90:
            '"I will make you my personal toy, <i>Cunt</i>. You will spend the rest of your life with my cock inside of you. You will bear my children until you break. Understand?"'
          else
-           "'Stupid girl. Breaking you was so easy. I will use your holes until I''m bored and then throw you away. You''ll help me find someone to replace you when that happens, understand?'"
+           '"Stupid girl. Breaking you was so easy. I will use your holes until I'm bored and then throw you away. You'll help me find someone to replace you when that happens, understand?"'
          end
          '"ehs <i>Mafer</i>." you try to reply, but fail miserably as your <i>Master''s</i> cock is preventing you from speaking properly.'
 
@@ -1297,4 +1297,3 @@ $pavlov = {
 }
 
 --- therapist ---------------------------------
-
0717976e2966192dbbf3e80606b5f57baeb9ed73 does not fix the problem. This patch does: ```diff diff --git a/locations/therapist.qsrc b/locations/therapist.qsrc index 14268ca68..2961a7206 100644 --- a/locations/therapist.qsrc +++ b/locations/therapist.qsrc @@ -588,7 +588,7 @@ if $ARGS[0] = 'sleepProblems': if StoryLine > 0 or pcs_apprncbase > 90: '"I will make you my personal toy, <i>Cunt</i>. You will spend the rest of your life with my cock inside of you. You will bear my children until you break. Understand?"' else - "'Stupid girl. Breaking you was so easy. I will use your holes until I''m bored and then throw you away. You''ll help me find someone to replace you when that happens, understand?'" + '"Stupid girl. Breaking you was so easy. I will use your holes until I'm bored and then throw you away. You'll help me find someone to replace you when that happens, understand?"' end '"ehs <i>Mafer</i>." you try to reply, but fail miserably as your <i>Master''s</i> cock is preventing you from speaking properly.' @@ -1297,4 +1297,3 @@ $pavlov = { } --- therapist --------------------------------- - ```
Kevin_Smarts 評論 2 年之前'
所有者

This was found and fixed

This was found and fixed
登入 才能加入這對話。
未選擇標籤
未選擇里程碑
未指派成員
2 參與者
正在加載...
取消
保存
尚未有任何內容