Color Crystals to now give named colored variations.

This commit is contained in:
Dev Levarris
2016-02-28 10:42:42 +00:00
parent 4ee8175b25
commit 6e13470b33

View File

@@ -9611,7 +9611,7 @@ messageHandler handleCrystalSelect()
case 0:
for (int i = 0; i < 4; i++)
{
jedi.createColorCrystal(pInv, rand(0, 11));
jedi.createColorCrystal(pInv, rand(0, 31));
}
sendSystemMessageTestingOnly(player, "Color Crystals Issued!");
break;