Browse Source

[fixed] resetting period warnings when the period has ended

Alexey Shubnyakov 2 months ago
parent
commit
0301b5ea67
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/hourly_events.qsrc

+ 1 - 1
locations/hourly_events.qsrc

@@ -138,7 +138,7 @@ elseif pcs_period['period_warning'] = 1 and LutH_Max-LutH <= 2:
 		msg'Your stomach twinges again. Another cramp of pain. It must mean your period is about to start. You really need to get a tampon in there ASAP.'
 	end
 elseif mesec > 0:
-	period['cramp'] = 0
+	pcs_period['period_warning'] = 0
 end