mirror of
https://bitbucket.org/seefoe/dockerized-swg-src.git
synced 2026-01-15 23:04:57 -05:00
Color Crystals to now give named colored variations.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user