food/fish.arc: Make the item fishing_pole work (this item is not found on any
map currently). The fish in shallow_sea inventory didn't have harvestable set. git-svn-id: svn+ssh://svn.code.sf.net/p/crossfire/code/arch/trunk@11597 282e977c-c81d-0410-88c4-b93c2d0d6712master
parent
41f4dc640d
commit
00ebc19f6d
4
CHANGES
4
CHANGES
|
@ -1,5 +1,9 @@
|
|||
Changes for SVN top of tree:
|
||||
|
||||
food/fish.arc: Make the item fishing_pole work (this item is not found on any
|
||||
map currently). The fish in shallow_sea inventory didn't have harvestable set.
|
||||
Arvid Norlander 2009-03-04
|
||||
|
||||
skills/karate.arc, punching.arc, flame_touch.arc, one_handed_weapons.arc,
|
||||
missile_weap.arc, throwing.arc, clawing.arc, two_handed_weapons.arc,
|
||||
wraith_feed.arc: Related to server change 11576 - add wc_increase_rate
|
||||
|
|
|
@ -13,6 +13,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
@ -34,6 +35,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
@ -59,6 +61,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
@ -78,6 +81,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
@ -97,6 +101,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
@ -116,6 +121,7 @@ weight 3500
|
|||
identified 1
|
||||
name_pl fishes
|
||||
client_type 601
|
||||
harvestable 1
|
||||
harvest_race fish
|
||||
harvest_exp 100
|
||||
harvest_level 1
|
||||
|
|
Loading…
Reference in New Issue