Commit 35ed95d 1 parent 2fb5f3d commit 35ed95d Copy full SHA for 35ed95d
File tree 2 files changed +12
-10
lines changed
2 files changed +12
-10
lines changed Original file line number Diff line number Diff line change @@ -283,12 +283,9 @@ function addMMC(worldRecord) {
283
283
284
284
var categories = matchCategories ( worldRecord . tags ) ;
285
285
286
- var multipleCategories = categories . length > 1 ; // IN MULTIPLE BAD
287
-
288
286
worldRecord . mmc = {
289
287
entered :true ,
290
- categories,
291
- multipleCategories
288
+ categories
292
289
}
293
290
294
291
return worldRecord ;
Original file line number Diff line number Diff line change @@ -5,9 +5,14 @@ mixin mmcMixin(mmcData)
5
5
img( src ='/images/CreatorJam.png' )
6
6
ul
7
7
li ✅ This world is entered into the MMC 2025!
8
- li It is entered into the following Categories:
9
- ul
10
- each category in mmcData .categories
11
- li ✅ !{category .title }
12
- if mmcData .multipleCategories
13
- li ❌ It is entered into more than one category, please fix this!
8
+ if mmcData .categories .length > 0
9
+ li It is entered into the following Categories:
10
+ ul
11
+ each category in mmcData .categories
12
+ li ✅ !{category .title }
13
+ if mmcData .categories .length > 1
14
+ li ❌ It is entered into more than one category.
15
+ if mmcData .categories .length == 0
16
+ li ❌ It is entered into no categories.
17
+
18
+ p See #[ a( href ='https://wiki.resonite.com/MMC_2025' ) our wiki] for more information on MMC.
You can’t perform that action at this time.
0 commit comments