Other idea. At the top of the file, find:
Replace with:
Eg. change the 4 to a 5. That should allow the Black Pearl.
Code:
if (GetCharacterShipClass(PChar) > 4) // Petros: Was 3, changed to allow Fleut and Caravel
{
LowClassShip = true;
}
Code:
if (GetCharacterShipClass(PChar) > 5) // Petros: Was 3, changed to allow Fleut and Caravel
{
LowClassShip = true;
}