void OnDeath(Citizen c)
    {
        soundMananger.ForcePlaySoundEffect(deathSoundEffect, soundMananger.soundVolume, transform.position, Random.Range(0.75f, 1.2f));

        idleAnimation.Stop();
        deathAnimation.PlayOnce();
        spriteSorter.offset += 2;
    }