void IInteractive.Interact(GameObject interactor) { if (!frozen) { frozen = true; interactor.GetComponent <Character_Base>().Die(100, this); cB.Die(100, this); } }