Ver Fonte

[fixed] you will no longer think your birth control is not working just because you entered the placebo phase of your birth control

hornguy6 há 1 ano atrás
pai
commit
0c64bf5912
1 ficheiros alterados com 2 adições e 2 exclusões
  1. 2 2
      locations/fertility.qsrc

+ 2 - 2
locations/fertility.qsrc

@@ -221,13 +221,13 @@ if $ARGS[0] = 'birth_control':
 
 	if pillcon >= 40000:
 		birth_control['safe'] = 1
-	elseif placebopart = 0:
+	elseif placebopart <= 0:
 		birth_control['safe'] = 0
 	end
 	
 	if pillcon2 >= 40000:
 		birth_control['think_safe'] = 1
-	elseif placebopart = 0:
+	elseif placebopart <= 0:
 		birth_control['think_safe'] = 0
 	end