Browse Source

[fix] remove act to a stub

Insomniac 1 week ago
parent
commit
3836b1769d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/sex_ev_cowgirl.qsrc

+ 1 - 1
locations/sex_ev_cowgirl.qsrc

@@ -116,7 +116,7 @@ if $ARGS[0] = 'cowgirl_first_insertion':
 		sex_ev['first_insertion'] = 1
 	end
 	act 'Take it slow': gt 'sex_ev_cowgirl', 'cowgirl_insert_slow'
-	act 'Just shove it in': gt 'sex_ev_cowgirl', 'cowgirl_insert_hard'
+	!! act 'Just shove it in': gt 'sex_ev_cowgirl', 'cowgirl_insert_hard'
 end
 
 if $ARGS[0] = 'cowgirl_insert_slow':