This commit is contained in:
xavier 2011-01-04 22:53:15 +00:00
parent bfa04544c6
commit 02de127080

View file

@ -22,6 +22,7 @@ namespace Server.Items
public ValentinesCard( int itemid )
: base(itemid)
{
LootType = LootType.Blessed;
Hue = Utility.RandomDouble() < .001 ? 0x47E : 0xE8;
m_LabelNumber = Utility.Random(1077589, 5);
}