Răsfoiți Sursa

[fixed] Errors found and sollutions posted to forum by rachels

KevinSmarts 5 ani în urmă
părinte
comite
c0a8f8f4ff

+ 1 - 1
locations/MagEncounterFairy.qsrc

@@ -260,7 +260,7 @@ if $ARGS[0] = 'fairychattopic':
 			$tpRand[1]='PushkinPark'
 			$tpRand[2]='Village'
 
-			gt 'treeCircle', $tpRand[rnd(0,2)]
+			gt 'treeCircle', $tpRand[rand(0,2)]
 
 			killvar $tpRand
 		end

+ 2 - 2
locations/lake.qsrc

@@ -979,11 +979,11 @@ if $ARGS[0] = 'stasValera4':
 			pose = 1
 			gs 'dinsex','sexcum'
 			act 'Finish Valera off':
-				'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/stas/sex<<cum(1,4)>>.jpg"></center>'
+				'<center><img <<$set_imgh>> src="images/locations/city/residential/lake/sex/stas/sex<<rand(1,4)>>.jpg"></center>'
 				'Valera groans and his cock shudders in your mouth.'
 				swallow += 1
 				gs 'boyStat', 'A48'
-				gs 'cum_call', 'mouth' 'A48', 1
+				gs 'cum_call', 'mouth', 'A48', 1
 				gs 'arousal', 'bj', 5
 				gs 'dinsex','dinrandswallow'
 

+ 1 - 1
locations/stwork2.qsrc

@@ -20,7 +20,7 @@ if $ARGS[0] = 'strip':
 	if hour >= 11 or hour <= 2:
 		if stpredmet = 3:lapdance = 0
 		if stpredmet > 0:
-			if $pantyworntype ! 'none' and if $braworntype ! 'none':
+			if $pantyworntype ! 'none' and $braworntype ! 'none':
 				act 'Striptease 15 minutes (<<stpredmet>> items of clothing)':
 					*clr & cla
 					countmoney = 1

+ 2 - 2
locations/willpower.qsrc

@@ -166,9 +166,9 @@ if $ARGS[0] = 'rape':
 	will_cost = 0
 	if missCum >= timeTresh: will_calc += 100
 	if rape = 0:
-		will_cost = 5 + will_calc)/10
+		will_cost = (5 + will_calc)/10
 	else
-		will_cost = 100 + rape + will_calc)/10
+		will_cost = (100 + rape + will_calc)/10
 	end
 end