diff options
-rw-r--r-- | npc/003-1/neko.txt | 6 | ||||
-rw-r--r-- | 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; |