diff options
author | Wushin <pasekei@gmail.com> | 2015-04-29 22:16:00 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2015-04-29 22:16:00 -0500 |
commit | cd5244ecbfb053d7f3b1439bf4ff3f0a6d272e3f (patch) | |
tree | b7f94539aa30887c19e485729cd20ede33b954a4 | |
parent | 63af19efe775d72d40f6f220adde4083a54d722d (diff) | |
parent | 4e1c4cb707b82c253dd107e27f843cf68a37f5a9 (diff) | |
download | serverdata-cd5244ecbfb053d7f3b1439bf4ff3f0a6d272e3f.tar.gz serverdata-cd5244ecbfb053d7f3b1439bf4ff3f0a6d272e3f.tar.bz2 serverdata-cd5244ecbfb053d7f3b1439bf4ff3f0a6d272e3f.tar.xz serverdata-cd5244ecbfb053d7f3b1439bf4ff3f0a6d272e3f.zip |
Merge pull request #342 from nashley/weellos
Weellos
-rw-r--r-- | world/map/npc/001-1/weellos.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/world/map/npc/001-1/weellos.txt b/world/map/npc/001-1/weellos.txt index ae5604f5..e49c6814 100644 --- a/world/map/npc/001-1/weellos.txt +++ b/world/map/npc/001-1/weellos.txt @@ -12,26 +12,24 @@ if (isin("001-1", 48, 20, 61, 28)) goto L_In; mes "[Weellos]"; - mes "\"This is a very historic building. One of the oldest in the area.\""; + mes "\"This is a very historic building – in fact, it's one of the oldest in the area.\""; next; - mes "\"It's the current seat of the council of wizards.\""; + mes "\"It's also the current seat of both the Council of Wizards and the Magic Institute of Tulimshar.\""; next; - mes "\"It's also holds the Magic Institute of Tulimshar.\""; - next; - mes "\"Part of It's been turned into a museum as well\""; + mes "\"Due to its historical significance, part of it has been turned into a museum.\""; goto L_BeforeClose; // If the player is inside the fence with Weellos L_In: mes "[Weellos]"; - mes "\"What did you think of the historic building?\""; + mes "\"What did you think? Isn't the building intriguing?\""; goto L_BeforeClose; L_BeforeClose: if (@kylian != 4) goto L_Close; next; - mes "You wonder if Kylian would be interested to see this building."; + mes "You wonder if Kylian would be interested in seeing this historic landmark..."; goto L_Close; L_Close: |