1
0
Эх сурвалжийг харах

[fixed] missing image in gschool_break and small text edits in the school

julzor 5 жил өмнө
parent
commit
52abebda00

+ 1 - 0
locations/gschool_break.qsrc

@@ -789,6 +789,7 @@ if $ARGS[0] = 'boys_restroom_events':
 			*clr & cla
 			menu_off = 0
 			gs 'stat'
+			'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/3.jpg"></center>'
 			'You walk into the boys room and see Ivan washing his hands at the sinks. He glances up as you walk in and he smiles. "<<$pcs_nickname>> what''s up, get lost?"'
 			'You blush a bit. "Um no, I... I don''t know, just felt like checking out the boys room."'
 			'He laughs a bit. "Don''t sweat it, I won''t tell. Well have fun, catch you later." He says with a wink, as he walks out.'

+ 1 - 1
locations/gschool_lessons1.qsrc

@@ -1770,7 +1770,7 @@ if $ARGS[0] = 'math_late':
 	gs 'stat'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/late/late.jpg"></center>'
 	'As you walk down the halls of the school, they are completely empty. You pass by several classes already underway, you make your way down to math class. You finally arrive at the door to your class, you can hear Mr Tsarev already starting todays lessons inside.'
-	act 'Go into class.':
+	act 'Go into class':
 		*clr & cla
 		gs 'stat'
 		'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/classroom/late/latem1.jpg"></center>'

+ 12 - 12
locations/pavaptcourtev.qsrc

@@ -630,7 +630,7 @@ if $ARGS[0] = 'male_gopnik_beer':
 	'You take the offered beer, taking a swig of it. You listen to the boys talking about their latest ventures, which range from vandalizing, beating some guy up, to gang banging some slut. Occasionally you comment and as well, but you mostly just listen to them.'
 	gs 'willpower', 'drink'
 	if will_cost <= pcs_willpwr:
-		act 'Stop drinking and leave(<<will_cost>> Willpower)':
+		act 'Stop drinking and leave (<<will_cost>> Willpower)':
 			gs 'willpower', 'resist'
 			gt 'pavComplex', 'start'
 		end
@@ -647,7 +647,7 @@ if $ARGS[0] = 'male_gopnik_beer':
 		'You grab another beer from the collection the boys have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 		gs 'willpower', 'drink'
 		if will_cost <= pcs_willpwr:
-			act 'Stop drinking and leave(<<will_cost>> Willpower)': 
+			act 'Stop drinking and leave (<<will_cost>> Willpower)': 
 				gs 'willpower', 'resist'
 				gt 'pavComplex', 'start'
 			end
@@ -670,7 +670,7 @@ if $ARGS[0] = 'male_gopnik_beer':
 				'You are starting to feel the effects of the beers but you are having to much fun. So you grab another beer from the collection the boys have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 				gs 'willpower', 'drink'
 				if will_cost <= pcs_willpwr:
-					act 'Stop drinking and leave(<<will_cost>> Willpower)': 
+					act 'Stop drinking and leave (<<will_cost>> Willpower)': 
 						gs 'willpower', 'resist'
 						gt 'pavComplex', 'start'
 					end
@@ -743,7 +743,7 @@ if $ARGS[0] = 'male_gopnik_beer':
 						'Holding up his hands. "We never said you couldn''t do something to make the other lose. So stop whining and pay up."'
 						gs 'willpower', 'exhib'
 						if will_cost <= pcs_willpwr:
-							act 'Refuse(<<will_cost>> Willpower)':
+							act 'Refuse (<<will_cost>> Willpower)':
 								*clr & cla
 								gs 'willpower', 'resist'
 								npc_rel['A9'] -= 2
@@ -797,7 +797,7 @@ if $ARGS[0] = 'female_gopnik_beer_1':
 	'You take the offered beer, taking a swig of it. You listen to the girls talking about their latest ventures, which range from vandalizing, beating some girl up, bulling some of the nerds and outcasts, or what boys they find cute. Occasionally you comment and as well, but you mostly just listen to them.'
 	gs 'willpower', 'drink'
 	if will_cost <= pcs_willpwr:
-		act 'Stop drinking and leave(<<will_cost>> Willpower)': 
+		act 'Stop drinking and leave (<<will_cost>> Willpower)': 
 			gs 'willpower', 'resist'
 			gt 'pavComplex', 'start'
 		end
@@ -813,7 +813,7 @@ if $ARGS[0] = 'female_gopnik_beer_1':
 		'You grab another beer from the collection the girls have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 		gs 'willpower', 'drink'
 		if will_cost <= pcs_willpwr:
-			act 'Stop drinking and leave(<<will_cost>> Willpower)':
+			act 'Stop drinking and leave (<<will_cost>> Willpower)':
 				gs 'willpower', 'resist'
 				gt 'pavComplex', 'start' 
 			end
@@ -829,7 +829,7 @@ if $ARGS[0] = 'female_gopnik_beer_1':
 			'You are starting to feel the effects of the beers but you are having to much fun. So you grab another beer from the collection the girls have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 			gs 'willpower', 'drink'
 			if will_cost <= pcs_willpwr:
-				act 'Stop drinking and leave(<<will_cost>> Willpower)': 
+				act 'Stop drinking and leave (<<will_cost>> Willpower)': 
 					gs 'willpower', 'resist'
 					gt 'pavComplex', 'start'
 				end
@@ -858,7 +858,7 @@ if $ARGS[0] = 'female_gopnik_beer_1':
 					'Holding up her hands. "We never said you couldn''t do something to make the other lose. So stop whining and pay up."'
 					gs 'willpower', 'exhib'
 					if will_cost <= pcs_willpwr:
-						act 'Refuse(<<will_cost>> Willpower)':
+						act 'Refuse (<<will_cost>> Willpower)':
 							*clr & cla
 							gs 'willpower', 'resist'
 							npc_rel['A20'] -= 3
@@ -960,7 +960,7 @@ if $ARGS[0] = 'female_gopnik_beer_2':
 	'You take the offered beer, taking a swig of it. You listen to the girls talking about their latest ventures, which range from vandalizing, beating some girl up, bulling some of the nerds and outcasts, gossip about other girls, which ones are sluts and the like, or what boys they find cute. Occasionally you comment and as well, but you mostly just listen to them.'
 	gs 'willpower', 'drink'
 	if will_cost <= pcs_willpwr:
-		act 'Stop drinking and leave(<<will_cost>> Willpower)': 
+		act 'Stop drinking and leave (<<will_cost>> Willpower)': 
 			gs 'willpower', 'resist'
 			gt 'pavComplex', 'start'
 		end
@@ -976,7 +976,7 @@ if $ARGS[0] = 'female_gopnik_beer_2':
 		'You grab another beer from the collection the girls have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 		gs 'willpower', 'drink'
 		if will_cost <= pcs_willpwr:
-			act 'Stop drinking and leave(<<will_cost>> Willpower)':
+			act 'Stop drinking and leave (<<will_cost>> Willpower)':
 				gs 'willpower', 'resist'
 				gt 'pavComplex', 'start' 
 			end
@@ -992,7 +992,7 @@ if $ARGS[0] = 'female_gopnik_beer_2':
 			'You are starting to feel the effects of the beers but you are having to much fun. So you grab another beer from the collection the girls have, they don''t seem to mind. You keep drinking as you continue to listen to them.'
 			gs 'willpower', 'drink'
 			if will_cost <= pcs_willpwr:
-				act 'Stop drinking and leave(<<will_cost>> Willpower)':
+				act 'Stop drinking and leave (<<will_cost>> Willpower)':
 					gs 'willpower', 'resist'
 					gt 'pavComplex', 'start'
 				end
@@ -1008,7 +1008,7 @@ if $ARGS[0] = 'female_gopnik_beer_2':
 				'Now you are feeling pretty drunk, the girls seem to be amused by just how drunk you are. They exchange a few words that you can''t quite make out. Then Lena speaks up. "Hey <<$pcs_nickname>> have another." She says as she hands you another beer.'
 				gs 'willpower', 'drink'
 				if will_cost <= pcs_willpwr:
-					act 'Stop drinking and leave(<<will_cost>> Willpower)':
+					act 'Stop drinking and leave (<<will_cost>> Willpower)':
 						gs 'willpower', 'resist'
 						gt 'pavComplex', 'start' 
 					end