Browse Source

stat_display - fix period announcement

rachels 6 years ago
parent
commit
abfceba67d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/stat_display

+ 1 - 1
locations/stat_display

@@ -526,7 +526,7 @@ if mesec > 0:
 		$stat_msg += 'You need to wear panties to use a sanitary pad.'
 	end
 	$stat_msg += '</font>'
-elseif placebopart > 0:
+elseif placebopart > 0 and LutH > 0:
 	$stat_msg += '<BR><font color="red">Your period is due to start soon.'
 	$stat_msg += '</font>'
 end