diff --git a/game/options.rpy b/game/options.rpy index a75d0cf..bbbe1f9 100644 --- a/game/options.rpy +++ b/game/options.rpy @@ -133,8 +133,7 @@ default preferences.text_cps = 50 default preferences.afm_time = 15 -init -999 python: - config.developer = "auto" +define config.developer = "auto" default persistent.enable_debug_scores = config.developer