summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorReid <reidyaro@gmail.com>2016-02-14 02:48:51 +0100
committerReid <reidyaro@gmail.com>2016-02-14 02:48:51 +0100
commit4b73c1728f2652a65f0f050c40ed414f94e7a9d6 (patch)
tree05baed3d20c7457b67ab355b61ba870f214d5f76
parent999385f6d366a84338131e594ac00f5d6786b158 (diff)
downloadserverdata-4b73c1728f2652a65f0f050c40ed414f94e7a9d6.tar.gz
serverdata-4b73c1728f2652a65f0f050c40ed414f94e7a9d6.tar.bz2
serverdata-4b73c1728f2652a65f0f050c40ed414f94e7a9d6.tar.xz
serverdata-4b73c1728f2652a65f0f050c40ed414f94e7a9d6.zip
Add light armor shop description on enora's script.
-rw-r--r--npc/001-1/enora.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/001-1/enora.txt b/npc/001-1/enora.txt
index 3e013a45..ba2f2cee 100644
--- a/npc/001-1/enora.txt
+++ b/npc/001-1/enora.txt
@@ -253,6 +253,10 @@
}
function enora_light_armor {
+ speech 5,
+ l("The light armor shop is ran by Resa, she is part of the Merchant Guild of Artis."),
+ l("She is very skilled when it comes to change a no ordinary piece of clothe into a wonderful piece of art!"),
+ l("Her shop is on the west part of the city, between the legion building and the library.");
return;
}