Browse Source

[fixed] making knowledge of birth control consistent and un-fuckupable

hornguy6 1 year ago
parent
commit
d8f8ae8f8a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/hookup_talk.qsrc

+ 2 - 2
locations/hookup_talk.qsrc

@@ -25,7 +25,7 @@ if $ARGS[0] = 'gross_condom':
 		if birth_control['think_safe'] = 1 and pillcon2 > 0:
 			act'I''m on the pill':
 				cla & *nl
-				npc_know_bc[$boy] = 1
+				gs'booty_call_stats', 'birth_control_know'
 				'"Not really," you smirk. "I''m on the pill."'
 				gs'hookup_after','pre'
 				gs'hookup_talk','pillow_talk1'
@@ -33,7 +33,7 @@ if $ARGS[0] = 'gross_condom':
 		elseif birth_control['think_safe'] = 1 and tabletkishot > 0:
 			act'I''m on the shot':
 				cla & *nl
-				npc_know_bc[$boy] = 1
+				gs'booty_call_stats', 'birth_control_know'
 				'"Not really," you smirk. "I''m on the shot."'
 				gs'hookup_after','pre'
 				gs'hookup_talk','pillow_talk1'