diff options
Diffstat (limited to 'npc/000-2-3/box.txt')
-rw-r--r-- | npc/000-2-3/box.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt index a07212ed..716f25cd 100644 --- a/npc/000-2-3/box.txt +++ b/npc/000-2-3/box.txt @@ -76,7 +76,7 @@ L_NoQuest: inventoryplace 718, 1; setq ShipQuests_Nard, 1; - getitem "JohanneKey", 1; + getitem 718, 1; close; @@ -89,7 +89,7 @@ L_Give: inventoryplace 2900, 1; setq ShipQuests_Nard, 5; - getitem "Bandana", 1; + getitem 2900, 1; // Need to add a skill for the crew at this line. close; |