summaryrefslogtreecommitdiff
path: root/npc/002-1/chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-1/chest.txt')
-rw-r--r--npc/002-1/chest.txt5
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;
}