Browse Source

[fixed] Contingency to prevent options not clearing

Kevin_Smarts 2 years ago
parent
commit
0baa871da6
1 changed files with 4 additions and 0 deletions
  1. 4 0
      locations/therapist.qsrc

+ 4 - 0
locations/therapist.qsrc

@@ -325,6 +325,8 @@ end
 
 
 if $ARGS[0] = 'hypno':
+	*clr
+	cla
 	numTimesHypnoed += 1
 	hypnoWithdrawal = 0
 	minut += 3
@@ -884,6 +886,8 @@ if $ARGS[0] = 'thirdHypnoStage':
 end
 
 if $ARGS[0] = 'sleepProblems':
+	*clr
+	cla
 	hypnoWithdrawal = 0
 	minut += 5
 	dreamedOfTherapistFucking += 1