diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/000-2-1/chefgado.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-2-1/chefgado.txt b/npc/000-2-1/chefgado.txt index 2a7e605e..d6dca584 100644 --- a/npc/000-2-1/chefgado.txt +++ b/npc/000-2-1/chefgado.txt @@ -142,6 +142,10 @@ l_PoisonJulia: mesn; mesq l("The usurper has been punished! This is a great day! Take this reward as a prize for your loyalty to the old commander!"); + set @item, 502; + set @count, 2; + callfunc "InventoryPlace", @item, @count; + set zeny, zeny + 60; message strcharinfo(0), l("You receive 60GP!"); getitem "Bread", 2; |