1
0
Kaynağa Gözat

[fixes] wrong image in gschool_boys_bathroom
[fixes] you can avoid the fight when robbed, but added a chance for the thief to escape with your money

julzor 5 yıl önce
ebeveyn
işleme
25050aaa29

+ 1 - 1
locations/gschool_boys_bathroom.qsrc

@@ -586,7 +586,7 @@ if $ARGS[0] = 'boy4_end':
 	*clr & cla
 	menu_off = 1
 	'<center><b><font color="maroon">Boy''s bathroom</font></b></center>'
-	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/school/bathroom/sex/boys/boys.jpg"></center>'
+	'<center><img <<$set_imgh>> src="images/characters/pavlovsk/school/head/27.jpg"></center>'
 	'"I hope you don''t think we are all teases anymore. Even if we do tease, there is normally a big pay off in the end," you tell him as you finish getting the last of your clothes back in place and suggestively wiggle your tongue at him.'
 	*nl
 	'He laughs. "Well, if that''s the case, feel free to tease me any time you want, <<$pcs_nickname>>. I should get back to class, they are going to wonder where I went. Talk to you later, okay?" Marcus gives you a final smile and wave as he heads out of the bathroom. It takes you a few more seconds before you realize that this wasn''t some encounter in a club or something but you were doing all this in the school bathroom, while skipping class! The reality check sucks and you are back to killing time until the bell rings... but the time you spent with the cute black guy was definitely a better use of the period.'

+ 5 - 5
locations/street_event.qsrc

@@ -332,8 +332,7 @@ if $ARGS[1] = 'main':
 	streetrand = rand(0, 100)
 	if streetrand < streetev_rob and money >= 1000 and daystart >= 10 and (hour < 6 or hour >= 20) and streetev_day ! daystart and bag = 1:
 	!!I would like this one only to happen from 20:00 till 06:00 as the times it can happen.
-		cla
-		*clr
+		*clr & cla
 		streetev_day = daystart
 		'<<$streetev_title>>'
 		'<center><img src="images/locations/shared/street/mugger.jpg"></center>'
@@ -364,7 +363,7 @@ if $ARGS[1] = 'main':
 			end
 			if fight_cheat = 1:
 				cla
-				'You are about to make a run for it, when suddenly the wood-be theif gets startled by a neaby siren and runs off down the alley.'
+				'You are about to make a run for it, when suddenly the would-be theif gets startled by a neaby siren and runs off down the alley.'
 				act 'Continue on your way': gt $loc
 			elseif peshimraperand <= 10:
 				*clr & cla
@@ -440,12 +439,13 @@ if $ARGS[1] = 'main':
 		end
 		act 'Chase him':
 			*clr & cla
-			if fight_cheat = 1:
+			cheat_rand = rand(0,1)
+			if fight_cheat = 1 and cheat_rand = 1:
 				'<<$streetev_title>>'
 				'<center><img src="images/locations/shared/street/pursechase.jpg"></center>'
 				'As you are about to give chase, the theif, if by luck, trips and falls, sending your purse towards a bystander, who promptly picks it up an hands it back to you, while the wood-be theif scurries off.'
 				act 'Continue on your way': gt $loc
-			elseif pcs_run + pcs_stam < rand(120,250):
+			elseif (pcs_run + pcs_stam < rand(120,250) and fight_cheat = 0) or (fight_cheat = 1 and cheat_rand = 0):
 				money = 0
 				gs 'stat'
 				'<<$streetev_title>>'