Explorar el Código

[fix] remove act to a stub

Insomniac hace 1 semana
padre
commit
3836b1769d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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':