Browse Source

[added] Cheat option to rest the therapist hypno state and effects

Kevin_Smarts 2 years ago
parent
commit
1944e90146
1 changed files with 14 additions and 0 deletions
  1. 14 0
      locations/Cheatmenu_din.qsrc

+ 14 - 0
locations/Cheatmenu_din.qsrc

@@ -622,6 +622,18 @@ $cheatmenu['permanent'] = {
 	'</tr></table></b></center>'
 }
 
+$cheatmenu['therapist_reset'] = {
+	hypnoHardToCum = 0
+	hypnoPanty = 0
+	bedPanty = 0
+	hypnoBra = 0
+	hypnoStage = 0
+	hypnoAddict = 0
+	therapistWantsSlave = 0
+	gs 'stat'
+	dynamic $cheatmenu['state']
+}
+
 $cheatmenu['state'] = {
 	gs'stat'
 	*clr & cla
@@ -697,6 +709,8 @@ $cheatmenu['state'] = {
 		end
 		'<font color="grey">Does <<$pcs_firstname>> know she induced lactation herself, or not? (This is only used for some events.)</font>'
 	end
+	*nl
+	'<a href="exec:dynamic $cheatmenu[''therapist_reset'']">Reset therapist states</a>'
 	'</tr></table></b></center>'
 }