summaryrefslogtreecommitdiff
path: root/npc/000-2-3
diff options
context:
space:
mode:
Diffstat (limited to 'npc/000-2-3')
-rw-r--r--npc/000-2-3/box.txt8
-rw-r--r--npc/000-2-3/nard.txt4
2 files changed, 6 insertions, 6 deletions
diff --git a/npc/000-2-3/box.txt b/npc/000-2-3/box.txt
index 51218dd9..7f53806c 100644
--- a/npc/000-2-3/box.txt
+++ b/npc/000-2-3/box.txt
@@ -74,9 +74,9 @@ L_NoQuest:
mesq l("Now go outside and talk with Gugli, he'll tell you what provisions we need.");
next;
- inventoryplace 718, 1;
+ inventoryplace JohanneKey, 1;
setq ShipQuests_Nard, 1;
- getitem 718, 1;
+ getitem JohanneKey, 1;
close;
@@ -86,10 +86,10 @@ L_Give:
mesn "Nard";
mesq l("Congrats, you are now part of the crew. Thanks again for your help.");
- inventoryplace 2900, 1;
+ inventoryplace Bandana, 1;
setq ShipQuests_Nard, 5;
- getitem 2900, 1;
+ getitem Bandana, 1;
// Need to add a skill for the crew at this line.
close;
diff --git a/npc/000-2-3/nard.txt b/npc/000-2-3/nard.txt
index e7be0045..f1b559ce 100644
--- a/npc/000-2-3/nard.txt
+++ b/npc/000-2-3/nard.txt
@@ -105,10 +105,10 @@ L_NeedContent:
mesq l("Now go outside and talk with Gugli, he'll tell you what we need.");
next;
- inventoryplace 718, 1;
+ inventoryplace JohanneKey, 1;
setq ShipQuests_Nard, 1;
- getitem 718, 1;
+ getitem JohanneKey, 1;
close;