From 375b77b2abc7d3e3d6a162304f5a3153d922d905 Mon Sep 17 00:00:00 2001 From: Gouvernathor <44340603+Gouvernathor@users.noreply.github.com> Date: Tue, 26 Mar 2024 22:10:26 +0100 Subject: [PATCH] fix --- game/scripts/wardrobe/wardrobe.rpy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/scripts/wardrobe/wardrobe.rpy b/game/scripts/wardrobe/wardrobe.rpy index 04161228..3cc0a1b8 100644 --- a/game/scripts/wardrobe/wardrobe.rpy +++ b/game/scripts/wardrobe/wardrobe.rpy @@ -647,7 +647,7 @@ screen wardrobe_menu(xx, yy): sensitive (not bool(DollThread._count)) action Return(["category", category]) if current_category == category: - xoffset -18 if (i % 2) == 0 else 18 + xoffset (-18 if (i % 2) == 0 else 18) # Outfits and Studio hbox: