Browse Source

[fixes] Action being different not clear in code.

KevinSmarts 5 years ago
parent
commit
d3e6a7e069
1 changed files with 5 additions and 2 deletions
  1. 5 2
      locations/experiment.qsrc

+ 5 - 2
locations/experiment.qsrc

@@ -2401,8 +2401,11 @@ if $ARGS[0] = 'testarea:treatment:impreg':
 	'Lying on the bed you hear the door open once again. You have lost count of how many times you have been abused, how many ejaculations have you taken inside you...'
 	'You do not even watch to see who is coming in, you automatically turn around on the bed, sticking your ass up, getting ready to be fucked once again...'
 
-	act 'Await penetration':gt 'experiment', 'testarea:treatment:impreg:doctor'
-	if expVolunteer = 1:act 'Await penetration':gt 'experiment', 'testarea:treatment:impreg:doctor:volunteer'
+	if expVolunteer = 0:
+		act 'Await penetration':gt 'experiment', 'testarea:treatment:impreg:doctor'
+	else
+		act 'Await penetration':gt 'experiment', 'testarea:treatment:impreg:doctor:volunteer'
+	end
 end
 
 if $ARGS[0] = 'testarea:treatment:impreg:doctor:volunteer':