Parcourir la source

[fix] remove act to a stub

Insomniac il y a 1 semaine
Parent
commit
3836b1769d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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':