From 26258d3e793b32b9bbb82a803caccab1e271e730 Mon Sep 17 00:00:00 2001 From: Vishruth Rao <116237865+Powerlax@users.noreply.github.com> Date: Mon, 7 Sep 2026 18:11:03 -0700 Subject: [PATCH] Update available maps to reflect Act 5 map pool Updated available and out-of-play maps by adding and removing specific maps. (Removed Breeze added Abyss) --- lib/const/maps.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/const/maps.dart b/lib/const/maps.dart index be087d99..c2b953a8 100644 --- a/lib/const/maps.dart +++ b/lib/const/maps.dart @@ -30,8 +30,8 @@ class VisionGeometryAlignment { class Maps { static List availableMaps = [ + MapValue.abyss, MapValue.ascent, - MapValue.breeze, MapValue.haven, MapValue.lotus, MapValue.split, @@ -40,8 +40,8 @@ class Maps { ]; static List outofplayMaps = [ - MapValue.abyss, MapValue.bind, + MapValue.breeze, MapValue.corrode, MapValue.fracture, MapValue.icebox,