|
@@ -615,12 +615,14 @@ if $ARGS[0] = 'shower':
|
|
|
!! 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
|
|
|
!! 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 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
|
|
|
+ IvanShowerQW = 2
|
|
|
gs 'willpower', 'bj', 'resist'
|
|
|
if will_cost <= pcs_willpwr:
|
|
|
act 'Throw Ivan out (<<will_cost>> Willpower)':
|