override public void Interact(GameObject player)
 {
     base.Interact(player);
     GlobalController.EnterMerchantDialogue(this.merchant);
 }