//add the tier2 bool returning. public bool GiveTier(Emotion emotion) { bool newTier = emotion.GiveBool(); return(newTier); }