#188 Commit 9b337e8ff149e3b88d74cee1851c71d510e5d8ff broke the game

Đã đóng
%! (template.HTML=2 năm trước cách đây)đang mở bởi ezsh · 2 ý kiến

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 đã nhận xét 2 năm trước cách đây
Poster

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 đã nhận xét 2 năm trước cách đây
Chủ sở hữu

This was found and fixed

This was found and fixed
Đăng nhập để tham gia bình luận.
Không có nhãn
Không có Milestone
Không có người được phân công
2 tham gia
Đang tải...
Hủy bỏ
Lưu
Ở đây vẫn chưa có nội dung nào.