forked from Hay1tsme/artemis
Wacca: Fix stageup order, fixes #3
This commit is contained in:
@ -17,20 +17,20 @@ class WaccaLily(WaccaS):
|
||||
|
||||
self.OPTIONS_DEFAULTS["set_nav_id"] = 210002
|
||||
self.allowed_stages = [
|
||||
(2001, 1),
|
||||
(2002, 2),
|
||||
(2003, 3),
|
||||
(2004, 4),
|
||||
(2005, 5),
|
||||
(2006, 6),
|
||||
(2007, 7),
|
||||
(2008, 8),
|
||||
(2009, 9),
|
||||
(2010, 10),
|
||||
(2011, 11),
|
||||
(2012, 12),
|
||||
(2013, 13),
|
||||
(2014, 14),
|
||||
(2013, 13),
|
||||
(2012, 12),
|
||||
(2011, 11),
|
||||
(2010, 10),
|
||||
(2009, 9),
|
||||
(2008, 8),
|
||||
(2007, 7),
|
||||
(2006, 6),
|
||||
(2005, 5),
|
||||
(2004, 4),
|
||||
(2003, 3),
|
||||
(2002, 2),
|
||||
(2001, 1),
|
||||
(210001, 0),
|
||||
(210002, 0),
|
||||
(210003, 0),
|
||||
|
Reference in New Issue
Block a user