From 12e2bbcfb66b8eebf1a1890dc476203512ef1d54 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Tue, 14 Nov 2023 23:21:10 +0100 Subject: [PATCH] Fix indent (cherry picked from commit 925cf611c1c9bc3620b6a31448c7cfd56364dce2) --- game/scripts/shops/dress/menu.rpy | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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