protected override void Death() { base.Death(); myMoM.farmers -= 1; if (IsCarryingFood()) { carriedFood.Detach(); carriedFood = null; } }