summaryrefslogtreecommitdiff
path: root/npc/002-2/shops.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-2/shops.txt')
-rw-r--r--npc/002-2/shops.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/002-2/shops.txt b/npc/002-2/shops.txt
new file mode 100644
index 00000000..0054c290
--- /dev/null
+++ b/npc/002-2/shops.txt
@@ -0,0 +1,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;
+}
+