diff options
Diffstat (limited to 'npc/functions/clientversion.txt')
-rw-r--r-- | npc/functions/clientversion.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/functions/clientversion.txt b/npc/functions/clientversion.txt index 1a8872786..6882e2e36 100644 --- a/npc/functions/clientversion.txt +++ b/npc/functions/clientversion.txt @@ -618,8 +618,13 @@ function script clientupdater { // Unjail player atcommand "@unjail "+strcharinfo(0); dispbottom l("You have been freed, and you still own @@ GP to the Bank.", #LOAN); + } + // Bug reward (FF) + if (strcharinfo(0) == "seeds") { + getitembound LegendaryMouboo, 1, 1; } + } |