1
0
فهرست منبع

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