diff --git a/game/scripts/shops/dress/menu.rpy b/game/scripts/shops/dress/menu.rpy index 4fad841d..b82ff599 100644 --- a/game/scripts/shops/dress/menu.rpy +++ b/game/scripts/shops/dress/menu.rpy @@ -115,9 +115,9 @@ label shop_dress_menu: return else: - gen "Nothing has caught my eye I'm afraid." ("base", xpos="far_left", ypos="head") - maf "Maybe next time." - return + gen "Nothing has caught my eye I'm afraid." ("base", xpos="far_left", ypos="head") + maf "Maybe next time." + return jump .after_init