Browse Source

[fixed] code made something that should have been possible impossible or inconsistent

hornguy6 1 year ago
parent
commit
7497af4d1d
1 changed files with 2 additions and 2 deletions
  1. 2 2
      locations/hookup_after.qsrc

+ 2 - 2
locations/hookup_after.qsrc

@@ -1912,7 +1912,7 @@ if $ARGS[0] = 'have_a_boyfriend':
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
 			'"I have a boyfriend," you say, giving him a look.'
-			if npc_fidelity[$boy] < 5:
+			if npc_fidelity[$boy] = 6:
 				if npc_girlfriend[$boy] = 1 and npc_goal[$boy] = 1:
 					'"So? I have a girlfriend," he grins shamelessly. "Doesn''t mean we can''t keep fucking."'
 					act'No way':
@@ -1951,7 +1951,7 @@ if $ARGS[0] = 'have_a_girlfriend':
 			cla & *clr
 			'<center><video autoplay loop src="images/shared/romance/misc/depart_annoyed1.mp4"></video></center>'
 			'"I have a girlfriend," you say, giving him a look.'
-			if npc_fidelity[$boy] < 7:
+			if npc_fidelity[$boy] = 6:
 				if npc_girlfriend[$boy] = 1 and npc_goal[$boy] = 1:
 					'"Hey, me too!" he grins shamelessly.'
 					act'No way':