diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/009-2/ryan.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index e1061eda2..f11a50812 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -26,6 +26,7 @@ close; inventoryplace ChefHat, 1; + inventoryplace PlatinumIngot, 1, IridiumIngot, 1; delitem TonoriDelight, .@a; getexp rand(.@a, .@a*2)+.@q*rand(10,30), 0; @@ -61,6 +62,7 @@ if (.@r < 3 && .@q == 100) { setq1 HalinarzoQuest_LifeDelight, 3; getitem PlatinumIngot, 1; + getitem IridiumIngot, 1; next; mesn; mesq l("Ah, I have enough @@ for a life! Take this EXTREMELY RARE @@. Good job!", getitemlink(TonoriDelight), getitemlink(PlatinumIngot)); |