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: