summaryrefslogtreecommitdiff
path: root/npc/000-1/chest.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-1/chest.txt')
-rw-r--r--npc/000-1/chest.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt
index 9e44bfc8d..7f2109302 100644
--- a/npc/000-1/chest.txt
+++ b/npc/000-1/chest.txt
@@ -14,7 +14,7 @@
// Size = 2
000-1,83,70,0 script #chest 416,{
- set @q, getq(ShipQuests_TreasureChest);
+ set .@q, getq(ShipQuests_TreasureChest);
if (getnpcdir ("") == 4) goto L_Give;
setnpcdir 2;
@@ -23,7 +23,7 @@
close;
L_Give:
- if (@q > 0) goto L_Close;
+ if (.@q > 0) goto L_Close;
callfunc "InventoryPlace", 514, 1;