Merge branch 'blue-sparks' into 'master'

Alter blue spark color

See merge request KartKrew/Kart!935
This commit is contained in:
Oni 2023-02-17 16:02:52 +00:00
commit 52ec4c29b9

View file

@ -4633,7 +4633,7 @@ UINT16 K_DriftSparkColor(player_t *player, INT32 charge)
}
else
{
color = SKINCOLOR_SAPPHIRE;
color = SKINCOLOR_BLUE;
}
}
else if (charge >= dstwo)