From ec88cc866e0473a025235a09c2152be9a4fa9934 Mon Sep 17 00:00:00 2001 From: Jennifer Taylor Date: Fri, 19 Mar 2021 00:47:56 +0000 Subject: [PATCH] Fix lint errors that crept in. --- bemani/backend/museca/museca1plus.py | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/bemani/backend/museca/museca1plus.py b/bemani/backend/museca/museca1plus.py index 23ac269..27f3d46 100644 --- a/bemani/backend/museca/museca1plus.py +++ b/bemani/backend/museca/museca1plus.py @@ -181,8 +181,8 @@ class Museca1Plus( if self.omnimix: for evtid in museca_plus_events: enable_event(evtid) - - #TODO: Add the campaign events to the webui so players can enable them in their profile. + + # TODO: Add the campaign events to the webui so players can enable them in their profile. # List of known event IDs: # 56, # Generator grafica icon # 83, # Paseli Light Start @@ -226,8 +226,7 @@ class Museca1Plus( # 147, # MUKIPARA UNLOCKS # 148, # MUKIPARA UNLOCKS # 149, # MUKIPARA UNLOCKS - - + # Makes special missions available on grafica that have them. extend = Node.void('extend') game.add_child(extend) @@ -245,7 +244,7 @@ class Museca1Plus( info.add_child(Node.string('param_str_3', 'available_ex: 1')) info.add_child(Node.string('param_str_4', 'available_ex: 1')) info.add_child(Node.string('param_str_5', 'available_ex: 1')) - + if self.omnimix: info = Node.void('info') extend.add_child(info)