Browse Source

[fixed] Use of killvar deleted the target of the teleport before you did the act. Reporte be Fanzon.

bgkjdgbizgblzdgbr 2 years ago
parent
commit
fbe6fbb1d2
1 changed files with 0 additions and 1 deletions
  1. 0 1
      locations/MagEncounterFairy.qsrc

+ 0 - 1
locations/MagEncounterFairy.qsrc

@@ -270,7 +270,6 @@ if $ARGS[0] = 'teleport':
 
 		act 'See where the Fairy teleports you to': gt 'treeCircle', $tpRand[rand(0,2)]
 
-		killvar '$tpRand'
 	end
 end