Przeglądaj źródła

[fixed] A couple of wrong adresses for videos and one wrong sign meant to stop pregnant Sveta doing the strenuous chase

Kevin_Smarts 2 lat temu
rodzic
commit
3c70cbddda
2 zmienionych plików z 4 dodań i 4 usunięć
  1. 3 3
      locations/alexandriaEv.qsrc
  2. 1 1
      locations/sentence.qsrc

+ 3 - 3
locations/alexandriaEv.qsrc

@@ -462,7 +462,7 @@ if $ARGS[0] = 'kneel':
 	gs 'arousal', 'end'
 	if sound = 0:PLAY 'sound/sucking.mp3',20
 	gs 'stat'	
-	'<center><video autoplay loop src="images/city/ana/sex/bribex.mp4"></video></center>'
+	'<center><video autoplay loop src="images/characters/city/ana/sex/bribex.mp4"></video></center>'
 	
 	if pcs_throat = 0:
 	    'There is a pregnant silence, as you kneel and try to think what to do... until Mr.Kudashov, seeming tired of your indecision, sigh, and take out his <i>tool</i>... and you gasp... this guy is <i>big</i>, easily 25cm! and he doesn''t seemed in full swing!'
@@ -675,7 +675,7 @@ if $ARGS[0] = 'anachase2':
 	        gs 'fame', 'city', 'acting', 5
 	        AlexandriaMissionQW += 2 
 	        gs 'stat'
-            '<center><video autoplay loop src="images/city/ana/spellcraft.mp4"></video></center>'
+            '<center><video autoplay loop src="images/characters/city/ana/spellcraft.mp4"></video></center>'
 			'You look at Ana, then, slowly and deliberately, you invoke your magic through gestures, will, and words so she can see a true wizard in action. Around you, people look enthralled at your magical display their "Whoa!" filling your ears.'
 			'Finally, the spell is completed, and time seems to slow, as your brain capacity to process information is multiplied.'
 			'"EPP!!!" Ana, give a little yelp, surprise plastered all over her face, as you launch yourself after her. If she thinks that you are going to back off, she is going to be disappointed, and with the surprise on your side, you rush to grab the annoying nut.'
@@ -1161,7 +1161,7 @@ if $ARGS[0] = 'anachase6':
 		    gs 'sweat', 'add', 10
 	    end 
 	    gs 'stat'
-	    '<center><video autoplay loop src="images/city/ana/parkour.mp4"></video></center>'
+		'<center><video autoplay loop src="images/characters/city/ana/parkour.mp4"></video></center>'
 	    'You take some moments to stretch, and show off to a puzzled Ana, then... without hesitation, run towards a garbage container and using it as a trampoline, you jump towards her, grabbing the stairs'' railing and propelling behind a surprised Ana.'
         '"Sexy! <i>Eso mola</i>! But... two can play to that!"'
         'She then... give an inhuman-looking jump towards the opposite wall, latch at it like spider-man and continue with a series of acrobatics that put Ana two floors over you! There, she gives a bowing and begins to climb towards the rooftop.'

+ 1 - 1
locations/sentence.qsrc

@@ -58,7 +58,7 @@ if $ARGS[0] = 'start':
 	
 	if AlexandriaQW = 13: 
         act 'Look for Filipp Kudashov''s office.': gt 'alexandriaEv', 'filipp'
-    elseif $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pregchem > 1800 and AlexandriaQW = 15:
+    elseif $clothingworntype = 'danilovich_outfits' and $shoeworntype = 'danilovich' and pregchem < 1800 and AlexandriaQW = 15:
         act 'You found Ana': gt 'alexandriaEv', 'anachase1'
     end
 end