diff options
Diffstat (limited to 'npc/015-1_Woodland/sword.txt')
-rw-r--r-- | npc/015-1_Woodland/sword.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/015-1_Woodland/sword.txt b/npc/015-1_Woodland/sword.txt index 38f89612..f5f0cd17 100644 --- a/npc/015-1_Woodland/sword.txt +++ b/npc/015-1_Woodland/sword.txt @@ -1,6 +1,7 @@ 015-1.gat,97,97,0 script #MagicSword#_M 127,{ if (getskilllv(SKILL_MAGIC)) goto L_message; + mes "It appears to be an ordinary sword."; close; L_message: |