private bool IsValidForagingTarget( LocalTargetInfo t ) { return t.HasThing && IsValidForagingTarget( t.Thing ); }