add Sierpinski to public map rotation

This commit is contained in:
evanpelle
2026-01-17 21:33:54 -08:00
parent 239f7910ad
commit e08b8f8bdc
+1
View File
@@ -63,6 +63,7 @@ const frequency: Partial<Record<GameMapName, number>> = {
Surrounded: 4,
DidierFrance: 1,
AmazonRiver: 3,
Sierpinski: 10,
};
interface MapWithMode {