View Single Post
Old 06-01-2004, 06:41 AM   #4 (permalink)
bean56
Forum Expert
 
Join Date: Jun 2003
Location: around
Posts: 1,376
Send a message via ICQ to bean56 Send a message via AIM to bean56
Default

Code:
public override FoodType FavoriteFood{ get{ return FoodType.GrainsAndHay; } }
Grains? You could add another one like
Code:
public override FoodType FavoriteFood{ get{ return FoodType.Meat | FoodType.Gold; } }
bean56 is offline   Reply With Quote