Item Name Change

Moderators: Benn, Calix, senji

Post Reply
Ingo
Author of "Stripper Assassin"
Posts: 767
Joined: Wed Jan 07, 2004 10:40 pm

Item Name Change

Post by Ingo »

Code: Select all

		[Constructable]
		public HatOfTheMagi()
		{
            Name = "hat of ingo";
			Hue = 0x481;
			Attributes.BonusInt = 8;
			Attributes.RegenMana = 4;
			Attributes.SpellDamage = 10;
		}
fuck knows how it knows what to call itself without it but adding

Name = "hat of ingo";

Does the trick.
No to Scottish existence.

Post Reply