diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:06:41 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-01-04 21:06:41 -0200 |
commit | 14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7 (patch) | |
tree | 35a243d3f04a6632571106e4b664c719996673ca /npc/002-1/chest.txt | |
parent | 88baf3f332d6966fd8f0a6905d266507febfb74e (diff) | |
download | serverdata-14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7.tar.gz serverdata-14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7.tar.bz2 serverdata-14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7.tar.xz serverdata-14f72a5dbfbb36f46e727bfd86b9b4c4de9729d7.zip |
Improve magic arpan dialog (mostly)
Diffstat (limited to 'npc/002-1/chest.txt')
-rw-r--r-- | npc/002-1/chest.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-1/chest.txt b/npc/002-1/chest.txt index 031a578de..248efba01 100644 --- a/npc/002-1/chest.txt +++ b/npc/002-1/chest.txt @@ -1,3 +1,4 @@ +// TMW2 Script modified by Jesusalva // Evol scripts. // Authors: // 4144 @@ -27,7 +28,7 @@ if (.@questState <= 1) { inventoryplace CreasedShirt, 2; - setq ShipQuests_Arpan, 2; + setq1 ShipQuests_Arpan, 2; getitem CreasedShirt, 1; getitem CreasedShorts, 1; npctalk3 l("You take the clothes from the chest."); @@ -67,6 +68,6 @@ OnTouch: end; OnInit: - .distance = 2; + .distance = 3; end; } |