diff options
-rw-r--r-- | npc/functions/aurora.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index d964500d2..36b615f30 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -143,7 +143,7 @@ function script FYT { case FY_MISC: switch (.@l) { case 1: - return any(SmokeGrenade, ScentedGrenade, Grenade, Lockpicks); + return any(SmokeGrenade, ScentGrenade, Grenade, Lockpicks); case 2: return any(MysteriousBottle, TreasureMap); case 3: |