This commit is contained in:
xavier 2011-08-21 00:11:37 +00:00
parent a097b5919b
commit a1e590edeb

View file

@ -18,10 +18,12 @@ namespace Server.Mobiles
{
double chance = Utility.RandomDouble() * 23301;
int[] list = new int[] { 0x97A, 0x978, 0x901, 0x8AC, 0x5A7, 0x527 };
if ( chance <= 1 )
Hue = 0x489;
else if ( chance < 50 )
Hue = Utility.RandomList( 0x657, 0x515, 0x4B1, 0x481, 0x480, 0x455 );
Hue = Utility.RandomList( 0x657, 0x515, 0x4B1, 0x481, 0x482, 0x455 );
else if ( chance < 500 )
Hue = Utility.RandomList( 0x97A, 0x978, 0x901, 0x8AC, 0x5A7, 0x527 );