From ce3385ea46854267e0f535441e42cea40ab5e279 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 22 Jun 2018 02:32:37 -0300 Subject: Shop changes (Neko and Nylo), mostly switch (open)<->shop --- npc/003-1/neko.txt | 6 ++++-- npc/005-5/nylo.txt | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 10375ec08..24ec82a79 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -1,13 +1,15 @@ // TMW-2 Script // Author: // Saulc +// Jesusalva // Description: -// Another shopkeeper +// Another shopkeeper which babbles about Jean Shorts, how Cave Snake drops them +// and encourage players to find it 003-1,103,106,0 script Neko NPC_PLAYER,{ hello; -openshop; +shop .name$; close; OnInit: diff --git a/npc/005-5/nylo.txt b/npc/005-5/nylo.txt index baf6a8b40..4a328bbc0 100644 --- a/npc/005-5/nylo.txt +++ b/npc/005-5/nylo.txt @@ -149,7 +149,7 @@ case 1: break; case 2: - shop "Nylo#Beer"; + openshop "Nylo#Beer"; break; case 3: nylo_explain; -- cgit v1.2.3-70-g09d2