Browse Source

[fixed/texedit] Added an uodate to the savegame updater such taht christinas chat command will point to the correct place even if she is an outcast. Also some text eddit to her chat.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
bcd1c14b8f
3 changed files with 10 additions and 3 deletions
  1. 2 2
      locations/gschool_jock_chats.qsrc
  2. 1 1
      locations/saveg.qsrc
  3. 7 0
      locations/saveupdater.qsrc

+ 2 - 2
locations/gschool_jock_chats.qsrc

@@ -207,7 +207,7 @@ if $ARGS[0] = 'christina':
 				'Her face turns bright red with anger, and she hisses at you, "You fucking bitch. How did you get that?! If you show anybody..."'
 				'"I wont...if you tell Lariska it''s ok to hang out with me outside of school. I mean, I would hate to see these pictures fall into Lizaveta''s hands..."'
 				'Her face turns even more red, if that were possible. "Fine," she spits out. "But I swear, if I ever even hear about these pictures again, I will fucking break you into tiny pieces!"'
-				'"Oh, you wont, as long as you keep your word," you say with a fake smile that doesn''t quite reach your eyes. "Now do be a dear and let her know she is free to do whatever she wants outside of school, will you?'
+				'"Oh, you wont, as long as you keep your word," you say with a fake smile that doesn''t quite reach your eyes. "Now do be a dear and let her know she is free to do whatever she wants outside of school, will you?"'
 				'"Oh, and if you try and punish her for this, I will know," the threat clear on your face. Turning on your heels, you head off to your next class, smiling.'
 			else
 				christinaQW['dompath'] = 3
@@ -219,7 +219,7 @@ if $ARGS[0] = 'christina':
 				'Glaring at you, her hands balled into fists, she says quietly "What the fuck do you want from me, bitch?"'
 				'"Oh, I haven''t decided yet. When I do, I''ll let you know. I''m sure whatever I decide I want, you''ll give it to me without a fuss."'
 				'Her face turns even more red, if that were possible. "Fine," she spits out. "But I swear, if I ever even hear about these pictures again, I will fucking break you into tiny pieces!"'
-				'"Oh, you wont, as long as you keep your word," you say with a fake smile that doesn''t quite reach your eyes." Turning on your heels, you head off to your next class, smiling.'
+				'"Oh, you wont, as long as you keep your word," you say with a fake smile that doesn''t quite reach your eyes. Turning on your heels, you head off to your next class, smiling.'
 			end
 		elseif christinaQW['dompath'] = 3:
 			'Christina takes one look at you coming over to talk with her and says, "What now?"'

+ 1 - 1
locations/saveg.qsrc

@@ -16,6 +16,6 @@
 version_major = 0
 version_minor = 8
 version_revision = 5
-version_patch = 3
+version_patch = 4
 --- saveg ---------------------------------
 

+ 7 - 0
locations/saveupdater.qsrc

@@ -1431,6 +1431,13 @@ if mod_list > 0:
 	killvar 'mod_i'
 end
 
+if ((100*version_major +version_minor)*100+version_revision)*100+version_patch  < 00080504:
+
+	!!Christinas chat have to stay in the jocks file even if she is an outcast
+	$npcGoSchool['A18'] = '<a href="exec:gt ''gschool_jock_chats'', ''' + $lcase($npc_usedname['A18']) + '''"><<$npc_usedname["A18"]>></a>'
+
+end
+
 gs 'saveg'
 --- saveupdater ---------------------------------