Browse Source

[fixed] Missing variable in check for lactation milking - reported by Prinplup

KevinSmarts 4 years ago
parent
commit
eb3293757d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/lact_bp.qsrc

+ 1 - 1
locations/lact_bp.qsrc

@@ -740,7 +740,7 @@ end
 !!	never use directly. Always use bp_milking, man_milking or sex_milking
 if $ARGS[0] = 'milking':
 	gs 'lact_bp', 'reg_bottle_count'
-	if lactation['active'] > 0 and pain['nipples'] < 60:
+	if lactation['active'] > 0 and pain['nipples'] < 60 and lactation['pc_aware'] > 0:
 		milkedvolume = (func('lact_lib','$get_breastmilk', 3, pumptime))/100
 		!!act 'Finish':menu_off = 0 & gt $loc, $metka
 		bp_used_mbottle = 0