Browse Source

[fixes] You can shower at Pav gym without shampoo if still in school (ie, can live at home)

KevinSmarts 5 years ago
parent
commit
ea9816dc74
1 changed files with 2 additions and 1 deletions
  1. 2 1
      locations/gdksport.qsrc

+ 2 - 1
locations/gdksport.qsrc

@@ -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