diff options
Diffstat (limited to 'npc/merchants/ammo_dealer.txt')
-rw-r--r-- | npc/merchants/ammo_dealer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/merchants/ammo_dealer.txt b/npc/merchants/ammo_dealer.txt index b9d515ad4..7a13a5fc5 100644 --- a/npc/merchants/ammo_dealer.txt +++ b/npc/merchants/ammo_dealer.txt @@ -1,5 +1,5 @@ -//===== Hercules Script ======================================= -//= Bullet Dealer Tony +//===== Hercules Script ====================================== +//= Bullet Dealers //===== By =================================================== //= Playtester, Paradox924X //===== Version ============================================== @@ -97,7 +97,7 @@ function script Bullet_Trade { mes "available. Try putting some of"; mes "your things into Kafra Storage."; close; - }else{ + } else { mes "[Tony]"; mes "Great, everything seems"; mes "to be in order. Let me take"; @@ -110,7 +110,7 @@ function script Bullet_Trade { getitem getarg(2),.@amount * 30; close; } - }else{ + } else { mes "[Tony]"; mes "Huh. It looks like you"; mes "don't have enough materials"; |