Explorar o código

stat_display - fix period announcement

rachels %!s(int64=6) %!d(string=hai) anos
pai
achega
abfceba67d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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