1
0
mirror of https://github.com/sys4-fr/server-nalc.git synced 2025-01-26 01:30:29 +01:00

revert bad changes of Mg

(the wooden fishing pole  has 30 uses, not 1500 uses. 1500 uses is for
the perfect fishing pole)
This commit is contained in:
Ombridride 2015-03-11 18:10:44 +01:00
parent 55ff47595a
commit 7f062dd50a
2 changed files with 4 additions and 4 deletions

View File

@ -80,7 +80,7 @@ minetest.register_tool("fishing:pole", {
if WEAR_OUT == true if WEAR_OUT == true
and not minetest.setting_getbool("creative_mode") then and not minetest.setting_getbool("creative_mode") then
return rod_wear(itemstack, user, pointed_thing, 1500) return rod_wear(itemstack, user, pointed_thing, 30)
else else
return {name="fishing:pole", count=1, wear=0, metadata=""} return {name="fishing:pole", count=1, wear=0, metadata=""}
end end
@ -97,7 +97,7 @@ minetest.register_tool("fishing:pole", {
if WEAR_OUT == true if WEAR_OUT == true
and not minetest.setting_getbool("creative_mode") then and not minetest.setting_getbool("creative_mode") then
return rod_wear(itemstack, user, pointed_thing, 1500) return rod_wear(itemstack, user, pointed_thing, 30)
else else
return {name="fishing:pole", count=1, wear=0, metadata=""} return {name="fishing:pole", count=1, wear=0, metadata=""}
end end

View File

@ -1,9 +1,9 @@
MESSAGES = true MESSAGES = true
FISH_CHANCE = 60 FISH_CHANCE = 65
NEW_WORM_SOURCE = true NEW_WORM_SOURCE = true
WORM_IS_MOB = true WORM_IS_MOB = true
WORM_CHANCE = 66 WORM_CHANCE = 66
WEAR_OUT = true WEAR_OUT = true
BOBBER_CHECK_RADIUS = 5 BOBBER_CHECK_RADIUS = 5
SIMPLE_DECO_FISHING_POLE = true SIMPLE_DECO_FISHING_POLE = true
SHARK_CHANCE = 30 SHARK_CHANCE = 35