Browse Source

[fixed] my dyslexia in cikl

julzor 4 years ago
parent
commit
26d1f2fdcd
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/cikl.qsrc

+ 4 - 4
locations/cikl.qsrc

@@ -577,15 +577,15 @@ if pilldays > 18: pilldays = 18
 if pilldays < 0: pilldays = 0
 
 if pillcon > 38000:
-	birth_control['save'] = 1
+	birth_control['safe'] = 1
 else
-	birth_control['save'] = 0
+	birth_control['safe'] = 0
 end
 
 if pillcon2 > 38000:
-	birth_control['think_save'] = 1
+	birth_control['think_safe'] = 1
 else
-	birth_control['think_save'] = 0
+	birth_control['think_safe'] = 0
 end
 
 $MenCal[] = $str(cycle)