From cac6121f0406e8f25faf333bc8cedcb4c9e81db6 Mon Sep 17 00:00:00 2001 From: Atemo Date: Wed, 16 Sep 2020 19:44:21 +0200 Subject: [PATCH] Corrected a typo in novice_vending_machine.txt (#5398) Thanks to @RagnaWay --- npc/re/merchants/novice_vending_machine.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/npc/re/merchants/novice_vending_machine.txt b/npc/re/merchants/novice_vending_machine.txt index 6b123fed11..ced74ff09f 100644 --- a/npc/re/merchants/novice_vending_machine.txt +++ b/npc/re/merchants/novice_vending_machine.txt @@ -18,7 +18,7 @@ switch( select( "Manual", "Trade " + .@storage_ticket_name$, "Trade Novice equipments" ) ) { case 1: mes "[Exchange " + .@storage_ticket_name$ + "]"; - mes "4 " + .@storage_ticket_name$ + " can be exchanged into 1 Free Ticket for Warp, Airship or the Cart Service, or 15 Free Ticket for Peco Ride, 1 Novice Fly Wing, 5 Novice Butterfly Wing, 30 Novice Potion."; + mes "4 " + .@storage_ticket_name$ + " can be exchanged into 1 Free Ticket for Warp, Airship or the Cart Service, or 1 Free Ticket for Peco Ride, 15 Novice Fly Wing, 5 Novice Butterfly Wing, 30 Novice Potion."; next; mes "[Trade Novice Gears]"; mes "Armor, Hood, Sandals, Main Gauche and Guard for Novice from Criatura Academy can be exchanged into 4 " + .@storage_ticket_name$ + ".";