Browse Source

Update 'locations/cum_cleanup.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
1c3130c790
1 changed files with 1 additions and 0 deletions
  1. 1 0
      locations/cum_cleanup.qsrc

+ 1 - 0
locations/cum_cleanup.qsrc

@@ -255,6 +255,7 @@ elseif $ARGS[0] = '':
 	if i < arrsize('$sparrnam'):
 		tmp = arrpos('deresidue', sparrloc[i])
 		if tmp ! -1 and tmp < arrsize('deresidue'): sparrslc[i] = 0 & sparrvol[i] = 0
+		if (arrsize('toclean') = 12 or cumspclnt = 2) and pcs_breath = 1: pcs_breath =  0
 
 		tmp = arrpos('toclean', sparrloc[i])
 		if tmp ! -1 and tmp < arrsize('toclean'):