Browse Source

[fixed] Stop auto birth control taking if the player believes they are pregnant or are pregnant - also affects din_bad - 'stat' - spectre1viper

spectre1viper 5 years ago
parent
commit
e3623d2bf4
1 changed files with 5 additions and 1 deletions
  1. 5 1
      locations/stat.qsrc

+ 5 - 1
locations/stat.qsrc

@@ -918,8 +918,9 @@ elseif  rape > 0 and rape ! rape_count and orgasm > 0 and orgasm ! orgasm_count:
 	rape_count = rape
 end
 
+!!Health, Willpower, Auto Birth Control pregnancy check
 gs 'body'
-!!!!!!!!!!!!!
+
 if pcs_health >= healthmax:
 	$pcs_health = '<font color="green">You are very healthy.</font>'
 elseif pcs_health >= healthmax * 75 / 100:
@@ -944,6 +945,9 @@ else
 	$pcs_willpwr = '<font color="red">You are on the verge of madness.</font>'
 end
 
+!!stop auto birth control pill taking if the player believes they are pregnant or are pregnant
+if (thinkpreg = 1 or knowpreg = 1) and tabletkicheck = 1: tabletkicheck = 0
+
 !!Mood
 if cheatNoMood = 0:
 	maxmood = 100 - moodmodifier