Browse Source

[changed] text edits

hornguy6 1 year ago
parent
commit
b4c1a5e7e1
1 changed files with 4 additions and 4 deletions
  1. 4 4
      locations/booty_call_condoms.qsrc

+ 4 - 4
locations/booty_call_condoms.qsrc

@@ -713,21 +713,21 @@ end
 
 if $ARGS[0] = 'disable_condoms':
 	if npc_bareback[$boy] = 0 and booty_call['condom'] = 0:
-		act'We can stop using condoms':
+		act'We don''t need condoms (permanent)':
 			cla & *clr
 			$npc_apt_bedroom[$boy]
-			'"Hey," you smile. "We don''t need to use condoms anymore.'
+			'"Hey," you smile. "We don''t need to use condoms.'
 			act'I trust you':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
-				'"Hey," you smile. "We don''t need to use condoms anymore. I trust you."'
+				'"Hey," you smile. "We don''t need to use condoms. I trust you."'
 				gs 'booty_call_condoms', 'npc_no_condom_react'
 			end
 			
 			act'It''ll feel better':
 				cla & *clr
 				$npc_apt_bedroom[$boy]
-				'"Hey," you smile. "We don''t need to use condoms anymore. I want even a millimeter of separation between us. I want to feel you inside me."'
+				'"Hey," you smile. "We don''t need to use condoms. I want even a millimeter of separation between us. I want to feel you inside me."'
 				gs 'booty_call_condoms', 'npc_no_condom_react'
 			end