diff options
-rw-r--r-- | npc/009-2/ryan.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/009-2/ryan.txt b/npc/009-2/ryan.txt index dcb0f5c3d..eb5a1eca6 100644 --- a/npc/009-2/ryan.txt +++ b/npc/009-2/ryan.txt @@ -42,15 +42,15 @@ mesq l("Ah, you really deserve this @@. Good job!", getitemlink(ChefHat)); } if (.@q >= 21) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(1,.@a); getexp rand(1,.@q), rand(1, .@q); } if (.@q >= 51) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(.@q,.@a); getexp rand(1,.@a), rand(1, .@q); } if (.@q >= 91) { - Zeny=Zeny+.@a; + Zeny=Zeny+rand(.@a, .@a+.@q); getexp rand(.@q,.@a), rand(1, .@q); } |