diff options
Diffstat (limited to 'npc/003-2/lua.txt')
-rw-r--r-- | npc/003-2/lua.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/003-2/lua.txt b/npc/003-2/lua.txt index 75967f3cd..e975ff98c 100644 --- a/npc/003-2/lua.txt +++ b/npc/003-2/lua.txt @@ -797,7 +797,7 @@ L_Contributor: mesq l("Let's see if you can pick a reward!"); select rif(!(#CRW & 128) && .@m >= 250, l("30x Bug Leg")), - rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Legendary Mount")), + rif(!(#CRW & 64) && .@m >= 100 && Zeny > 10000, l("(10,000 GP) Epic Mount")), rif(!(#CRW & 32) && .@m >= 50, l("Developer Cap")), rif(!(#CRW & 16) && .@m >= 40, l("Delicious Cookie")), rif(!(#CRW & 8) && .@m >= 30, l("20x Bug Leg")), |