diff options
-rw-r--r-- | npc/000-0-0/chest.txt (renamed from npc/002-1/chest.txt) | 2 | ||||
-rw-r--r-- | npc/000-0-0/sailors.txt | 6 |
2 files changed, 6 insertions, 2 deletions
diff --git a/npc/002-1/chest.txt b/npc/000-0-0/chest.txt index 248efba01..8c332c844 100644 --- a/npc/002-1/chest.txt +++ b/npc/000-0-0/chest.txt @@ -13,7 +13,7 @@ // 1 Talked to Arpan and needs to get clothes. // 2 Has the clothes. -002-1,51,37,0 script Chest#002-1 NPC_CHEST_BIG,2,4,{ +000-0-0,36,34,0 script Chest#002-1 NPC_CHEST_BIG,2,4,{ .@questState = getq(ShipQuests_Arpan); diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 1d5b19304..33c936609 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -27,7 +27,7 @@ OnTalk: mesn l("Magic Arpan"); mesq l("Yeye don't need to train here anymore! Let's head back to the ship before the sun sets, shall we?"); next; - goto L_Ready; + goto L_Skip; } // TODO @@ -66,6 +66,10 @@ OnTalk: mesc l("(Protip: Use ##Barrow keys##b to walk around once you wake up.)"); next; +L_Skip: + getitem CreasedShirt, 1; + getitem CreasedShorts, 1; + L_Ready: restorecam; adddefaultskills; |