diff options
Diffstat (limited to 'npc/000-2-1')
-rw-r--r-- | npc/000-2-1/arpan.txt | 4 | ||||
-rw-r--r-- | npc/000-2-1/savepoint.txt | 2 |
2 files changed, 4 insertions, 2 deletions
diff --git a/npc/000-2-1/arpan.txt b/npc/000-2-1/arpan.txt index c0a0ad9f..c0590501 100644 --- a/npc/000-2-1/arpan.txt +++ b/npc/000-2-1/arpan.txt @@ -78,8 +78,8 @@ l_Give: l("Yes."), -, l("No."), l_Close; seta2 ShipQuests, ShipQuests_Arpan, 2; - getitem "Usedshirt", 1; - getitem "Usedshort", 1; + getitem "Wornshirt", 1; + getitem "Wornshort", 1; l_Close: close; diff --git a/npc/000-2-1/savepoint.txt b/npc/000-2-1/savepoint.txt index f2175126..35c88fb3 100644 --- a/npc/000-2-1/savepoint.txt +++ b/npc/000-2-1/savepoint.txt @@ -4,6 +4,8 @@ // Description: // Save location in 000-2-1 map. +000-2-1.gat,30,37,0,2 script #name 999,{ + callfunc "SavePoint"; set @map$, "000-2-1.gat"; set @x, 30; |