Browse Source

[fixed] group bonus from "rebel" uniform to Gopnik added to stairwell chat and fixed inhib check in wardrobe

Kevin_Smarts 1 year ago
parent
commit
6f594bb3d6
2 changed files with 5 additions and 1 deletions
  1. 1 1
      locations/clothing_QV.qsrc
  2. 4 0
      locations/gschool_chats.qsrc

+ 1 - 1
locations/clothing_QV.qsrc

@@ -1296,7 +1296,7 @@ if $ARGS[0] = 'change':
 				'<font color="blue">This uniform follows the school regulations on skirt length. Every student feels indifferent to you for wearing it.</font>'
 			end
 		elseif CloSkirtShortness = 5 and CloThinness < 5 and CloBra = 0:
-			if CloInhibit >= 30:
+			if CloInhibit >= 35:
 				'<font color="red">This uniform slightly breaches the school uniform regulations and it is too risqué. Everybody in school apart from the gopniks will think that you''re a slut.</font>'
 			elseif CloStyle = 2:
 				'<font color="blue">This uniform slightly breaches the school regulations on skirt length and is of a style that appeals to Gopniks.</font>'	

+ 4 - 0
locations/gschool_chats.qsrc

@@ -143,6 +143,10 @@ if $ARGS[0] = 'gopniks':
 				else
 					'You head to the stairwell that the gopniks like to gather in and find them leaning against the wall or sitting on the stairs engaged in a variety of conversations.'
 				end
+				if CloStyle = 2:
+					grupvalue[4] += 5
+					'There are some nods of approval and positive comments made about your rebelious uniform style.'
+				end
 				'Vitek, Dan, Vasily, Lena, Lera, Pauline, Alyona, Anushka, Ekaterina, Radomir, Lavrenti, Arkadi, Roman, Valentin and Niko are hanging around.'
 				gs 'gschool_groups', 'gopniks'
 				act 'Leave': gt 'gschool_lessons', 'short_break'