diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:08:30 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-31 15:08:30 -0300 |
commit | ec8ead81b2bf0fd7688053883d934c663f1f2892 (patch) | |
tree | 1b6e468a8110e85dde5f8b423d7a0babad372aba /npc/017-1/townhall.txt | |
parent | 4de339bf2c92af5f74cdb28b0eb62e8ca66993c4 (diff) | |
download | serverdata-ec8ead81b2bf0fd7688053883d934c663f1f2892.tar.gz serverdata-ec8ead81b2bf0fd7688053883d934c663f1f2892.tar.bz2 serverdata-ec8ead81b2bf0fd7688053883d934c663f1f2892.tar.xz serverdata-ec8ead81b2bf0fd7688053883d934c663f1f2892.zip |
Add mapmask to 018-6-1: Footprints
Diffstat (limited to 'npc/017-1/townhall.txt')
-rw-r--r-- | npc/017-1/townhall.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/npc/017-1/townhall.txt b/npc/017-1/townhall.txt index 772688eed..80fc2336f 100644 --- a/npc/017-1/townhall.txt +++ b/npc/017-1/townhall.txt @@ -98,6 +98,7 @@ function script BarbaraInstCheck { OnTouch: .@q=getq(LoFQuest_Barbara); if (.@q >= 1) { + addmapmask BarbaraInstCheck(1), 2; warp BarbaraInstCheck(1), 80, 199; } else { warp "018-6-1", 80, 199; |