Merge pull request #65 from 26F-Studio/user670-patch-1

Fixes a capitalization error when calling the color module
This commit is contained in:
user670
2021-04-23 20:25:05 +08:00
committed by GitHub

View File

@@ -874,6 +874,6 @@ return{
{C.R,"DT",C.Z," Cannon=",C.P,"TS",C.R,"D",C.Z,"+",C.P,"TS",C.R,"T",C.Z," Cannon"},
{C.R,"LrL ",C.G,"RlR ",C.B,"LLr ",C.O,"RRl ",C.P,"RRR ",C.P,"LLL ",C.C,"FFF ",C.Y,"RfR ",C.Y,"RRf ",C.Y,"rFF"},
{C.Y,"O-Spin Triple!"},
{C.Z,"What is an ",c.lC,"X-Spin"?},
{C.Z,"What is an ",C.lC,"X-Spin"?},
}
}