summaryrefslogtreecommitdiff
path: root/npc/002-2/shops.txt
blob: 0054c2907e2cbdfda099fd8009f43d6e36bf09cc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
// The Mana World Script
// (C) Jesusalva, 2021
// Licensed under GPLv2 or later

002-2,68,25,0	script	Bartender#Casino	NPC112,{
    shop .name$;
    goodbye;
    close;

OnInit:
    tradertype(NST_ZENY);
    sellitem Beer;
    sellitem Cake;
    sellitem CherryCake;
    .distance = 5;
    end;
}