Forráskód Böngészése

[fixed] cum_call now manages to pass on the name! And I added succubus feeding from the creampie.

CroWke 5 éve
szülő
commit
325e9282cb
1 módosított fájl, 14 hozzáadás és 4 törlés
  1. 14 4
      locations/hotel_resep.qsrc

+ 14 - 4
locations/hotel_resep.qsrc

@@ -390,6 +390,11 @@ if $ARGS[0] = 'pavgenprosmf':
 			'Luckily he doesn''t last long and after 30 seconds he blows his load in your ass.'
 			gs 'arousal', 'anal', 30, 'prostitution','sub','rough'
 			gs 'arousal', 'end'
+			if succubusflag = 1:
+				scfeed = succublvl + rand(1,4)
+				sexnutrition += 30 * scfeed
+				succubxp += 6
+			end
 			gs 'stat'
 			act'Go to the bar':gt 'hotel_resep','pavlbar'
 		end
@@ -475,7 +480,12 @@ if $ARGS[0] = 'pavgenprosmmf':
 					'When he finally pulls out a stream of his cum flows down onto him from your full ass.'
 					gs 'arousal', 'anal', 5, 'prostitution', 'sub', 'group'
 !! Not sure how to properly set it so the status menu can say "x amount of sperm from $boydesc[0] in your ass"
-					gs 'cum_call', 'anus', $boy[0]
+					gs 'cum_call', 'anus', $boy[0], 1
+					if succubusflag = 1:
+						scfeed = succublvl + rand(1,4)
+						sexnutrition += 30 * scfeed
+						succubxp += 6
+					end
 					gs 'stat'
 					act 'Continue':
 						*clr & cla
@@ -489,9 +499,9 @@ if $ARGS[0] = 'pavgenprosmmf':
 						gs 'arousal', 'bj', 5, 'prostitution', 'sub', 'group'
 						gs 'arousal', 'end'
 !! Not sure how to properly set this one either. During the act Sveta gets sperm on her face, on her tits and in her mouth from $boydesc[1]. (I suppose the last one she swallows but then her breath should smell like sperm)
-						gs 'cum_call', 'face', $boy[1], 0, '', 10000, 15
-						gs 'cum_call', 'breasts', $boy[1], 0, '', 10000, 15
-						gs 'cum_call', 'mouth', $boy[1], 0, '', 10000, 10
+						gs 'cum_call', 'face', $boy[1], 1, '', 10000, 15
+						gs 'cum_call', 'breasts', $boy[1], 1, '', 10000, 15
+						gs 'cum_call', 'mouth', $boy[1], 1, '', 10000, 10
 						money += 1000
 						gs 'stat'
 						act'Go to the bar':gt 'hotel_resep','pavlbar'