Browse Source

[fixed] followup to https://git.catrenelle.com/SpackledLanturn/glife/commit/daff9c213f6c394e443498fa34e1abe36396cd73 that clarifies a comment added to gdksport and simplifies the condition there to use IvanShowerQW = 2 instead of kotovVSprohorov = 2 and IvanShowerQW = 0

Spackled Lanturn 3 years ago
parent
commit
bf1a5c9dbe
1 changed files with 6 additions and 4 deletions
  1. 6 4
      locations/gdksport.qsrc

+ 6 - 4
locations/gdksport.qsrc

@@ -615,12 +615,14 @@ if $ARGS[0] = 'shower':
 	!! but was changed to make it repeatable because showering with Ivan here is non-obviously an
 	!! but was changed to make it repeatable because showering with Ivan here is non-obviously an
 	!! intermediate step in becoming a starter on the volleyball team. If avoiding needing this
 	!! intermediate step in becoming a starter on the volleyball team. If avoiding needing this
 	!! scene to be repeatable is desired, someone with a better sense of Ivan as a character than
 	!! scene to be repeatable is desired, someone with a better sense of Ivan as a character than
-	!! me could add one at some point. If this is done, this scene can be made non-repeatable by
-	!! removing the (kotovVSprohorov = 2 and IvanShowerQW = 0 and rand(0,3) = 1) part
-	elseif (kotovVSprohorov = 1 or (kotovVSprohorov = 2 and IvanShowerQW = 0 and rand(0,3) = 1)) and ShowerIvan < 3:
+	!! me could add a version of the followup scene at school for wen the player doesn''t shower
+	!! with Ivan using IvanShowerQW = 2 at some point. If this is done, this scene can be made
+	!! non-repeatable by removing the (IvanShowerQW = 2 and rand(0,3) = 1) part
+	elseif (kotovVSprohorov = 1 or (IvanShowerQW = 2 and rand(0,3) = 1)) and ShowerIvan < 3:
 		'You enter the women''s shower and turning the water on, begin to lather your body with a washcloth. Suddenly, you hear the door creak open and you remember that you forgot to lock it.'
 		'You enter the women''s shower and turning the water on, begin to lather your body with a washcloth. Suddenly, you hear the door creak open and you remember that you forgot to lock it.'
-		'You look around and see Ivan standing in the doorway looking at you. "Hi <<$pcs_nickname>>. Can I join you? The men''s shower is full' + iif(kotovVSprohorov = 2, ' again', '') + '." He smiles.'
+		'You look around and see Ivan standing in the doorway looking at you. "Hi <<$pcs_nickname>>. Can I join you? The men''s shower is full' + iif(IvanShowerQW = 2, ' again', '') + '." He smiles.'
 		kotovVSprohorov = 2
 		kotovVSprohorov = 2
+		IvanShowerQW = 2
 		gs 'willpower', 'bj', 'resist'
 		gs 'willpower', 'bj', 'resist'
 		if will_cost <= pcs_willpwr:
 		if will_cost <= pcs_willpwr:
 			act 'Throw Ivan out (<<will_cost>> Willpower)':
 			act 'Throw Ivan out (<<will_cost>> Willpower)':