소스 검색

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

Kevin_Smarts 9 달 전
부모
커밋
183e4d735e
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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