summaryrefslogtreecommitdiff
path: root/npc/000-2-1/chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-1/chest.txt')
-rw-r--r--npc/000-2-1/chest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-1/chest.txt b/npc/000-2-1/chest.txt
index a2c7b90c..130b2c1a 100644
--- a/npc/000-2-1/chest.txt
+++ b/npc/000-2-1/chest.txt
@@ -12,7 +12,7 @@
000-2-1.gat,41,37,0 script Chest#0 317;2,{
- set @q, geta2(ShipQuests, ShipQuests_Arpan);
+ set @q, getq(ShipQuests_Arpan);
if (getnpcdir ("") == 4) goto l_Give;
setnpcdir 2;
@@ -22,7 +22,7 @@
l_Give:
if (@q > 1) goto l_Close;
- seta2 ShipQuests, ShipQuests_Arpan, 2;
+ setq ShipQuests_Arpan, 2;
getitem "WornShirt", 1;
getitem "WornShorts", 1;
message strcharinfo(0), l("You take the clothes from the chest.");