diff options
Diffstat (limited to 'npc/items/miscrecipes.txt')
-rw-r--r-- | npc/items/miscrecipes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/items/miscrecipes.txt b/npc/items/miscrecipes.txt index 7af44b2b8..723d6764a 100644 --- a/npc/items/miscrecipes.txt +++ b/npc/items/miscrecipes.txt @@ -71,7 +71,7 @@ function script LegendaryBlueprint { // Maybe you already knew it? if (RECIPES_EQUIPMENT[.@rcp]) { - .@mpot=rand2(200000, 500000); + .@mpot=rand2(40000, 80000); dispbottom l("It was a recipe you already knew... (+ @@ Mobpt)", .@mpot); getexp rand(100000, 200000), rand(10000, 25000); // Give you some Monster Points to use with Intense Beard |