diff options
Diffstat (limited to 'npc/005-4')
-rw-r--r-- | npc/005-4/rosen.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/005-4/rosen.txt b/npc/005-4/rosen.txt index 3c67021d9..b4128177a 100644 --- a/npc/005-4/rosen.txt +++ b/npc/005-4/rosen.txt @@ -158,11 +158,12 @@ L_Task: mesq l("That's how this world inhabitants deal with cheaters... So don't be one, my friend. You have been warned!"); close; } - inventoryplace TrainingBow, 1; + inventoryplace TrainingBow, 1, TolchiArrow, 110; delitem CactusDrink, 1; delitem Piberries, 1; setq CandorQuest_Rosen, 5; getitem TrainingBow, 1; + getitem TolchiArrow, 110; mesn; mesq l("Here you go, my friend. Uhm, good luck with archery."); } |