From 312bc6e97c5cf42227cf51eacbb71d348df2aee2 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 12 Jan 2019 21:13:55 -0200 Subject: Move chest from 002-1 to 000-0-0, I'm only breaking intro stuff atm --- npc/000-0-0/sailors.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'npc/000-0-0/sailors.txt') 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; -- cgit v1.2.3-70-g09d2