|
@@ -360,8 +360,8 @@ gs 'fertility', 'birth_control'
|
|
if birth_control['think_safe'] = 1:
|
|
if birth_control['think_safe'] = 1:
|
|
stat['forgot_bc_pill'] = 0
|
|
stat['forgot_bc_pill'] = 0
|
|
elseif pilldaychk < daystart - 1 and pilldaychk > daystart - 5 and pillcon2 > 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
|
|
end
|
|
|
|
|
|
|
|
|