diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-1/ale.txt | 1 | ||||
-rw-r--r-- | npc/000-1/astapolos.txt | 1 | ||||
-rw-r--r-- | npc/000-1/gulukan.txt | 1 | ||||
-rw-r--r-- | npc/000-1/jalad.txt | 1 | ||||
-rw-r--r-- | npc/000-1/muller.txt | 1 | ||||
-rw-r--r-- | npc/000-1/tibbo.txt | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/npc/000-1/ale.txt b/npc/000-1/ale.txt index b6f6401c..089f2fee 100644 --- a/npc/000-1/ale.txt +++ b/npc/000-1/ale.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_Ale, 1; + getitem "AquadaBox", 1; // And here too. l_CallFunc: diff --git a/npc/000-1/astapolos.txt b/npc/000-1/astapolos.txt index 43c00f0b..6edf492a 100644 --- a/npc/000-1/astapolos.txt +++ b/npc/000-1/astapolos.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_Astapolos, 1; + getitem "CroconutBox", 1; // And here too. l_CallFunc: diff --git a/npc/000-1/gulukan.txt b/npc/000-1/gulukan.txt index 7ed381a4..b70604d3 100644 --- a/npc/000-1/gulukan.txt +++ b/npc/000-1/gulukan.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_Gulukan, 1; + getitem "CroconutBox", 1; // And here too. l_Func: diff --git a/npc/000-1/jalad.txt b/npc/000-1/jalad.txt index f7774cb5..17d143b1 100644 --- a/npc/000-1/jalad.txt +++ b/npc/000-1/jalad.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_Jalad, 1; + getitem "PlushroomBox", 1; // And here too. l_CallFunc: diff --git a/npc/000-1/muller.txt b/npc/000-1/muller.txt index f6e81e09..9bda7ec1 100644 --- a/npc/000-1/muller.txt +++ b/npc/000-1/muller.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_QMuller, 1; + getitem "PlushroomBox", 1; // And here too. l_CallFunc: diff --git a/npc/000-1/tibbo.txt b/npc/000-1/tibbo.txt index ed981ee8..1ee00fa7 100644 --- a/npc/000-1/tibbo.txt +++ b/npc/000-1/tibbo.txt @@ -12,6 +12,7 @@ // Some dialogues will be here. setq ShipQuests_Tibbo, 1; + getitem "AquadaBox", 1; // And here too. l_CallFunc: |