Added missing 'coolness' string (#8274)

This commit is contained in:
Frank DeBlasio 2025-11-19 09:27:34 -05:00 committed by GitHub
parent 8c2d31b792
commit c9e83dadbd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -715,7 +715,7 @@ const struct ContestCategory gContestCategoryInfo[CONTEST_CATEGORIES_COUNT + 1]
[CONTEST_CATEGORY_COOL] =
{
.name = COMPOUND_STRING("COOL"),
.condition = COMPOUND_STRING(""),
.condition = COMPOUND_STRING("coolness"),
.generic = COMPOUND_STRING("COOL Move"),
.negativeTrait = COMPOUND_STRING("shyness"),
.palette = 13,