示例#1
0
        public void SummonEntity(PlayerMobile m)
        {
            DismissEntity();

            Link = new TalismanEntity(m, this);

            new EnergyExplodeEffect(m.Location, m.Map, 2).Send();

            Link.MoveToWorld(m.Location, m.Map);
            Link.PlaySound(491);
        }
		public void SummonEntity(PlayerMobile m)
		{
			DismissEntity();

			Link = new TalismanEntity(m, this);

			new EnergyExplodeEffect(m.Location, m.Map, 2).Send();

			Link.MoveToWorld(m.Location, m.Map);
			Link.PlaySound(491);
		}