Fishing/
Fishing snippet offers a simple but expandible form of entertainment
for players that also provides them with a food source that can be
sold.  If your mud uses cooking to cook raw meats, make sure to make
the fishcatch object with a raw flag.

Players have to have a fishing pole and hold it to fish.  They also
need to have bait in their inv.  They must be standing in a room of
sector type WATER_SWIM or WATER_NOSWIM (adjust to fit your code) to 
fish.

You will need to create the following:
Skills:
	fish
Object Types:
	pole
	bait
Specific Objects:
	fishcatch - declared in your game as a specific vnum

This code was written using a relative of ROM, you will need to convert
a few syntax styles to make it work.  This shouldn't be a problem for
someone handy with code, but I can try to help if sent enough info about
the problem.Feel free to use this snippet as you see fit, but please 
keep the tag at the top to give me credit for the time spent on it, 
especially if you plant to post the code to a web site or ftp site.  All 
of the rom/diku/dot/merc/oblivian anyhthing you can think of type 
licenses forbidding profit made from this code apply.