diff options
Diffstat (limited to 'npc/005-4/rosen.txt')
-rw-r--r-- | npc/005-4/rosen.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 9318ef643..264ee97cb 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -29,14 +29,14 @@ switch (@menu) { - case 2: + case 1: closedialog; - shop "Shop"; + shop "Shop#Candor"; close; - case 3: + case 2: explain_ironingot; break; - case 4: + case 3: closedialog; goodbye; close; |