make an error with filled lines when using cc (#1015)

fixes #1013
This commit is contained in:
Imple Lee
2023-10-20 22:47:04 +08:00
committed by GitHub
parent 8e169dbde8
commit 045deb6954
12 changed files with 36 additions and 0 deletions

View File

@@ -68,6 +68,7 @@ return {
cc_fixed=" if (AI==CC and Sequence==Fixed) then Error(); end",
cc_swap=" if (AI==CC and Hold.Mode==Swap) then Error(); end",
cc_solid=" if (AI==CC and filledLine in Field) then Error(); end",
ai_prebag=" if (AI==true and Ctm.Seq~=Tetromino) then Error(); end",
ai_mission=" if (AI==true and Ctm.Mission~=true) then Error(); end",
switchSpawnSFX="SpawnSFX=false",