Browse Source

Update 'locations/din_bad.qsrc'

[fixed] - This is part of a multi-file fix for pcs_breath.  When the player gets cum in her mouth or cleans cum out of her mouth using water, the pcs_breath variable is never reset to 0 (stays minty fresh).
The only way to get pcs_breath = 1 is to either brush your teeth or use mouthwash.  Affected modules:  cum_manage, cum_cleanup, and din_bad.  - spectre1viper
spectre1viper 5 years ago
parent
commit
1ca8a281a9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/din_bad.qsrc

+ 1 - 1
locations/din_bad.qsrc

@@ -101,9 +101,9 @@ $d_mouthwash = {
 	'<center><img <<$set_imgh>> src="<<FUNC(''$purse_image'',	$currentpursetype, currentpursenumber)>>"></center>'
 	'<center><table cellspacing="0" cellpadding="20" valign="top"><tr>'
 	'<td cellspacing="0" cellpadding="0" valign="top">'
-	pcs_breath = 1
 	cumspclnt = 2
 	gs 'cum_cleanup'
+	pcs_breath = 1
 	mouthwash -= 1
 	gs 'stat'
 	'Your breath smells minty fresh.'