This commit is contained in:
parent
a097b5919b
commit
a1e590edeb
1 changed files with 3 additions and 1 deletions
|
|
@ -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 );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue