Przeglądaj źródła

Wrong active variable, spotted by Dept of Public Worms on F95

Kevin_Smarts 9 miesięcy temu
rodzic
commit
183e4d735e
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      locations/cikl.qsrc

+ 2 - 2
locations/cikl.qsrc

@@ -360,8 +360,8 @@ gs 'fertility', 'birth_control'
 if birth_control['think_safe'] = 1:
 	stat['forgot_bc_pill'] = 0
 elseif pilldaychk < daystart - 1 and pilldaychk > daystart - 5 and pillcon2 > 0:
-	stat['forgot_birth_control_pill'] = 1
-!!	stat['forget_bc_count'] += 1
+!!	stat['forgot_birth_control_pill'] = 1
+	stat['forget_bc_count'] += 1
 end