diff --git a/game/scripts/options.rpy b/game/scripts/options.rpy index 4ea5b79f..24317558 100644 --- a/game/scripts/options.rpy +++ b/game/scripts/options.rpy @@ -66,6 +66,16 @@ define config.help = None define config.side_image_only_not_showing = True define config.allow_underfull_grids = True define config.crop_relative_default = False +define config.tag_layer = { + "tonks_main": "dolls", + "genie_main": "dolls", + "snape_main": "dolls", + "hermione_main": "dolls", + "luna_main": "dolls", + "cho_main": "dolls", + "astoria_main": "dolls", + "susan_main": "dolls", +} # Graphics and cache settings define config.gl2 = True