1
0
Эх сурвалжийг харах

[fix] reinstate different text if high rel with partner, when teasing about pregnancy

Insomniac 1 долоо хоног өмнө
parent
commit
48c6bb51ba

+ 1 - 1
locations/sex_ev_pillow_talk.qsrc

@@ -1600,7 +1600,7 @@ if $ARGS[0] = 'on_birth_control':
 
 		act 'If I get pregnant, you better take responsibility (tease)':
 			cla & *nl
-			'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. He seems deeply discomforted by your joke though...'
+			'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. ' + iif(npc_rel[$boy] < 100, 'He seems deeply discomforted by your joke though...', 'Though you really hope you don''t get pregnant off of this...')
 			gs 'sex_ev_pillow_talk', 'topic_route'
 		end
 	end

+ 1 - 1
locations/sex_ev_reactions_creampie.qsrc

@@ -3135,7 +3135,7 @@ if $ARGS[0] = 'creampie_accident_birth_control':
 	elseif birth_control['think_safe'] = 0:
 		act 'If I get pregnant, you better take responsibility (tease)':
 			cla & *nl
-			'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. He seems deeply discomforted by your joke though...'
+			'"If I get pregnant, you better take responsibility for this," you say with a smile to let him know you''re only teasing. ' + iif(npc_rel[$boy] < 100, 'He seems deeply discomforted by your joke though...', 'Though you really hope you don''t get pregnant off of this...')
 			gs 'sex_ev_cum', 'what_now'
 		end