fixed sproutberry harvesting

David Dormagen 2012-10-24 00:41:15 +02:00
parent acb9e7aaa9
commit 9ca16d2965
1 changed files with 7 additions and 0 deletions

View File

@ -26,6 +26,13 @@ local ContactIncinerate = 2;
// can be harvested?
func IsCrop(){ return true; }
// berries can simply be plucked
private func SickleHarvesting()
{
return false;
}
public func IsHarvestable()
{
return !!Contents();