new screenshot, add message for ALPHACOLOR

This commit is contained in:
Marcus 2024-01-31 02:19:04 +01:00
parent acf7b7e72b
commit 5a67c0f2e3
2 changed files with 1 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 657 KiB

After

Width:  |  Height:  |  Size: 809 KiB

View File

@ -301,6 +301,7 @@ loadLOL() {
then
LOL_org="$(echo "$LOL_org" | shuf)"
else
message "remove aplha color ${YELLOW}${ALPHACOLOR^^}${ENDCOLOR}"
LOL_org="$(echo "$LOL_org" | grep -v ${ALPHACOLOR^^} | shuf)"
fi