2 Commits 95fe57d240 ... fa1b3dd4d3

Author SHA1 Message Date
  Kevin_Smarts fa1b3dd4d3 [fixed] Missing colon spotted by Chimrod 3 days ago
  hornguy6 2ba7116dcf [fixed] blocked off incomplete content 3 days ago
2 changed files with 4 additions and 4 deletions
  1. 1 1
      locations/selfplay.qsrc
  2. 3 3
      locations/sex_ev_sex.qsrc

+ 1 - 1
locations/selfplay.qsrc

@@ -461,7 +461,7 @@ end
 !!TODO: For finding something to play with while alone in the kitchen. Stop immediately when mom comes home. Call pick_veg from the kithen
 if $ARGS[0] = 'veggie_mast':
 	gs 'family_schedule'
-	if locat['Mom_athome'] = 0
+	if locat['Mom_athome'] = 0:
 		act 'Look for something to play with':
 		
 			'<center><img <<$set_imgh>> src="images/system/image_needed.png"></center>'

+ 3 - 3
locations/sex_ev_sex.qsrc

@@ -162,7 +162,7 @@ if $ARGS[0] = 'position_choose':
 			gs 'sex_ev_miss', 'missionary_start'
 			gs 'sex_ev_doggy', 'doggy_start'
 			gs 'sex_ev_cowgirl', 'cowgirl_start'
-			gs 'sex_ev_anal', 'anal_start'
+	!!		gs 'sex_ev_anal', 'anal_start'
 		else
 			!! boy wins initiative
 			cla
@@ -609,11 +609,11 @@ if $ARGS[0] = 'position_change':
 		end
 	end
 	
-	if $sex_ev['position'] ! 'anal':
+!!{	if $sex_ev['position'] ! 'anal':
 		gs 'sex_ev_anal', 'anal_start'
 	else
 		act 'Keep taking it up the ass':gt 'sex_ev_anal', 'anal<<sex_ev[''speed'']>>.2'
-	end
+	end}
 end
 
 if $ARGS[0] = 'fuck_me_faster':