Browse Source

[added] dildo_suck as a new arousal choice

Kevin_Smarts 2 năm trước cách đây
mục cha
commit
55762be6b0
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      locations/arousal.qsrc

+ 6 - 0
locations/arousal.qsrc

@@ -31,6 +31,7 @@ also when giving any of the following:
 '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
+'dildo_suck' - simulating a bj on a dildo/strapon
 'titjob' - using boobs to jerk off a guy
 'footjob' - using feet to jerk off a guy
 'BDSM_give' - giving candle wax, flogging, leash play, bondage etc
@@ -486,6 +487,10 @@ if $ARGS[0] ! 'end' and $ARGS[0] ! 'checks' and $ARGS[0] ! 'count' and $ARGS[0]
 		end
 		stim['act'] = 45
 		if temp_dick > pcs_throat: pcs_throat += 1
+	elseif $ARGS[0] = 'dildo_suck':
+		count['dildo_suck'] = 1
+		stim['act'] = 30
+		if temp_dick > pcs_throat: pcs_throat += 1
 	elseif $ARGS[0] = 'footjob':
 		if temp_unaware = 1:
 			count['hidden_footjob'] = 1
@@ -881,6 +886,7 @@ if $ARGS[0] = 'end':
 	gs 'arousal', 'count', 'hidden_hj'
 	gs 'arousal', 'count', 'bj'
 	gs 'arousal', 'count', 'hidden_bj'
+	gs 'arousal', 'count', 'dildo_suck'
 	gs 'arousal', 'count', 'footjob'
 	gs 'arousal', 'count', 'hidden_footjob'
 	gs 'arousal', 'count', 'titjob'