Browse Source

[fixed] random chance action needs to appear at the bottom, not the top

hornguy6 1 year ago
parent
commit
c78a0b6fff
1 changed files with 6 additions and 7 deletions
  1. 6 7
      locations/moncheri.qsrc

+ 6 - 7
locations/moncheri.qsrc

@@ -18,13 +18,6 @@ if $ARGS[0] = 'start':
 	*nl
 	'You''re inside the boutique only a few seconds before a tall, slender brunette woman saunters up to you. Everything about her is poised and perfect, from the beautiful silver dress she''s wearing to her unblemished skin and pearly white teeth. "Welcome to Mon Chéri, dear. We sell only the most beautifully luxurious items here. Come, take a look! You won''t be disappointed," she smiles as she ushers you further inside with a small flourish. Everything in the boutique is high-end, definitely not for the average shopper, but the items on display are simply stunning.'
 	*nl
-
-	if rand(1, 100) >= 80 and pcs_skin >= 20 and lesbiQW = 0:
-		'In the boutique you see a stylish and slender woman, about forty years old.'
-
-		act 'Stare at the woman':gt 'event', 'lesbi'
-	end
-
 	if RimmaSex > 0:
 		if rimmaday ! daystart:
 			'<a href="exec:gt ''RimmaSexQW''">Rima</a> smiles at you. She bites her lip and looks longingly in your direction.'
@@ -58,6 +51,12 @@ if $ARGS[0] = 'start':
 		gs 'clothing', 'strip_all'
 		gs 'moncheri', 'changingroom', 1
 	end
+	
+	if rand(1, 100) >= 80 and pcs_skin >= 20 and lesbiQW = 0:
+		'In the boutique you see a stylish and slender woman, about forty years old.'
+
+		act 'Stare at the woman':gt 'event', 'lesbi'
+	end
 end
 
 if $ARGS[0] = 'changingroom':