Browse Source

Logic error spotted by Gambit

KevinSmarts 6 năm trước cách đây
mục cha
commit
ac92068918
1 tập tin đã thay đổi với 12 bổ sung13 xóa
  1. 12 13
      locations/pod_ezd

+ 12 - 13
locations/pod_ezd

@@ -363,7 +363,17 @@ if $ARGS[0] = 'etaj2_smoke':
 	if $boy[1] = $boy[2]: jump 'ssboyloop'
 	'<center><img <<$set_imgh>> src="images/locations/pavlovsk/resident/apartment/stairs/smoke'+rand(1,3)+'.jpg"></center>'
 	'The guys greet you and offer you a cigarette, which you gladly accept. You spend the next 5 minutes smoking a cigarette with them, talking about trivial things.'
-	if pav_slut >= 75 or (pav_slut >= 50 and pav_slut < 75 and Sub >= 20) or (pav_slut >= 25 and pav_slut < 50 and Sub >= 40):
+	if pav_slut >= 150: 
+		'As you smoke the cigarette, you hear the boys whisper among themselves: "Guys, that''s <<$pcs_nickname>>! I heard she''s a '+func('gopsex','hide','gg_whore_text')+'. From what I''ve been told she''ll do just about anything if the price is right, let''s see if she''ll make us a deal."'
+		'One of the guys walks close to you, and gestures for you to lean your head closer to his. When you do, he pulls all of his money out of his pocket. He counts the crumpled bills and offers them to you, whispering: "Is <<rnd_money_sex>> <b>₽</b> enough for two?"'
+		'He never mentions what exactly he wants you to do with him and his friend.'
+		act 'Accept and fuck them':
+			money += '<<rnd_money_sex>>'
+			slutty += 1
+			gt 'pod_ezd', 'sex_ev<<rand(1,3)>>'
+		end
+		act 'Refuse and get away from them': gt 'pod_ezd', 'etaj_3'
+	elseif pav_slut >= 75 or (pav_slut >= 50 and pav_slut < 75 and Sub >= 20) or (pav_slut >= 25 and pav_slut < 50 and Sub >= 40):
 		'As you smoke the cigarette, you hear the boys whisper among themselves: "Guys, that''s <<$pcs_nickname>>. I heard she''s a total slut. I bet if someone would walk up to her and drop their pants, she would start sucking without a second thought."'
 		'After egging each other on for a minute, one of them decides it''s worth a shot: he walks over to you and pulls down his pants, his erect cock bouncing in the air. "<<$pcs_nickname>>, this is for you. You know what to do with it."'
 		'You attempt to protest, but the guys tell you you''re taking their cocks one way or another.'
@@ -381,18 +391,7 @@ if $ARGS[0] = 'etaj2_smoke':
 			end
 		end
 		act 'Do as they say': gt 'pod_ezd','sex_ev<<rand(1,3)>>'
-	elseif pav_slut >= 150: 
-		'As you smoke the cigarette, you hear the boys whisper among themselves: "Guys, that''s <<$pcs_nickname>>! I heard she''s a '+func('gopsex','hide','gg_whore_text')+'. From what I''ve been told she''ll do just about anything if the price is right, let''s see if she''ll make us a deal."'
-		'One of the guys walks close to you, and gestures for you to lean your head closer to his. When you do, he pulls all of his money out of his pocket. He counts the crumpled bills and offers them to you, whispering: "Is <<rnd_money_sex>> <b>₽</b> enough for two?"'
-		'He never mentions what exactly he wants you to do with him and his friend.'
-		act 'Accept and fuck them':
-			money += '<<rnd_money_sex>>'
-			slutty += 1
-			gt 'pod_ezd', 'sex_ev<<rand(1,3)>>'
-		end
-		act 'Refuse and get away from them': gt 'pod_ezd', 'etaj_3'
-	end 
-	if pav_slut < 75:
+	else
 		act 'Leave': gt 'pod_ezd', 'etaj_2'
 	end
 end