Browse Source

Wrong variable used for loop name spotted by sword

Kevin_Smarts 11 months ago
parent
commit
877f544939
1 changed files with 1 additions and 1 deletions
  1. 1 1
      locations/npc_relationship.qsrc

+ 1 - 1
locations/npc_relationship.qsrc

@@ -246,7 +246,7 @@ if $ARGS[0] = 'default':
 	:default_friendship_loop3
 		gs 'npc_relationship', 'set', 'A<<r>>', 30
 		r += 1
-	if r <= aarraynumber :jump 'default_friendship_loop2'
+	if r <= aarraynumber :jump 'default_friendship_loop3'
 end
 
 --- npc_relationship ---------------------------------