diff options
Diffstat (limited to 'npc/merchants/ammo_dealer.txt')
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index 0c85a19bb..490be66ba 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -47,7 +47,7 @@ alberta,118,160,3 script Bullet Dealer Tony#alb::bdt 4_M_04,{ mes "the materials, and I'll make"; mes "you the bullets you need."; next; - switch(select("Poison Sphere:Flare Sphere:Lighting Sphere:Blind Sphere:Freezing Sphere:Cancel")) { + switch(select("Poison Sphere", "Flare Sphere", "Lighting Sphere", "Blind Sphere", "Freezing Sphere", "Cancel")) { case 1: callfunc "Bullet_Trade",937,10,13205; break; case 2: callfunc "Bullet_Trade",7097,2,13203; break; case 3: callfunc "Bullet_Trade",7053,3,13204; break; |