|
@@ -77,7 +77,7 @@ if $ARGS[0] = 'start':
|
|
|
|
|
|
gs 'wardrobe', 'sports_outfit'
|
|
|
|
|
|
- if shampoo > 0:
|
|
|
+ if shampoo > 0 or (StoryLine = 1 and (SchoolAtestat = 0 or SchoolBlock = 0)):
|
|
|
act 'Take a shower': gt 'gdksport', 'shower'
|
|
|
else
|
|
|
'<font color="red">You''ve run out of shampoo and will have to buy some more before you can wash yourself.</font>'
|
|
@@ -955,6 +955,7 @@ if $ARGS[0] = 'shower':
|
|
|
menu_off = 1
|
|
|
*clr & cla
|
|
|
$location_type = 'bathroom'
|
|
|
+ if StoryLine = 1 and (SchoolAtestat = 0 or SchoolBlock = 0): noShampoo = 1
|
|
|
dynamic $showerdin
|
|
|
minut += 15
|
|
|
pcs_horny += 1
|