#188 Commit 9b337e8ff149e3b88d74cee1851c71d510e5d8ff broke the game

Suljettu
2 vuotta sitten avasi ezsh · 2 kommenttia
ezsh kommentoitu 2 vuotta sitten

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 kommentoitu 2 vuotta sitten
Tekijä

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 kommentoitu 2 vuotta sitten
Omistaja

This was found and fixed

This was found and fixed
Kirjaudu sisään osallistuaksesi tähän keskusteluun.
Ei leimaa
Ei merkkipaalua
Ei osoitettua
2 osallistujaa
Ladataan...
Peruuta
Tallenna
Sisältöä ei vielä ole.