Procházet zdrojové kódy

[added] 'clit_finger_give' added, should have been there but none of the gutys could find it

Kevin_Smarts před 1 rokem
rodič
revize
f63ab471f4
1 změnil soubory, kde provedl 6 přidání a 0 odebrání
  1. 6 0
      locations/arousal.qsrc

+ 6 - 0
locations/arousal.qsrc

@@ -30,6 +30,7 @@ also when giving any of the following:
 'cuni_give' - stimulating someones pussy with your toungue
 'rimming_give' - stimulating someones anus with your toungue
 'vaginal_finger_give' 'vaginal_fist_give' 'vaginal_dildo_give' 'vaginal_strap_give' 'vaginal_vibe_give' - stimulating someones vagina in various ways
+'clit_finger_give' - stimulating someones clit
 'anal_finger_give' 'anal_fist_give' 'anal_dildo_give' 'anal_vibe_give' 'anal_strap_give' - stimulating someones anus in various ways
 'hj' - jerking a guy off with your hand
 'bj' - sucking a guy off
@@ -494,6 +495,10 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 		count['vaginal_finger_give'] = 1
 		stim['act'] = 60
 		stim_les = 1
+	elseif $ARGS[0] = 'clit_finger_give':
+		count['clit_finger_give'] = 1
+		stim['act'] = 70
+		stim_les = 1
 	elseif $ARGS[0] = 'vaginal_fist_give':
 		count['vaginal_fist_give'] = 1
 		stim['act'] = 50
@@ -923,6 +928,7 @@ if $ARGS[0] = 'end':
 	gs 'arousal', 'count', 'anal_vibe_give'
 	gs 'arousal', 'count', 'anal_strap_give'
 	gs 'arousal', 'count', 'vaginal_finger_give'
+	gs 'arousal', 'count', 'clit_finger_give'
 	gs 'arousal', 'count', 'vaginal_fist_give'
 	gs 'arousal', 'count', 'vaginal_dildo_give'
 	gs 'arousal', 'count', 'vaginal_strap_give'