From ce9ccac4d319cc6c51ba2cc22ad687243f2f3704 Mon Sep 17 00:00:00 2001 From: qadan Date: Sun, 9 Feb 2020 19:30:04 -0400 Subject: [PATCH] forgetting about mirror DMD --- OWGSets.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OWGSets.py b/OWGSets.py index cda65592..3cdd1fc8 100644 --- a/OWGSets.py +++ b/OWGSets.py @@ -146,6 +146,7 @@ def get_dmd_and_bunny_regions(): return [ 'West Dark World', 'South Dark World', + 'East Dark World', ] @@ -155,7 +156,6 @@ def get_dmd_non_bunny_regions(): ''' return [ 'Dark Desert', - 'East Dark World', 'Northeast Dark World', ]