소스 검색

[fix] remove act to a stub

Insomniac 1 주 전
부모
커밋
3836b1769d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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':