From f30213697af6f258af7a6d1808d5189ac08dd2ef Mon Sep 17 00:00:00 2001 From: Emi Matchu Date: Thu, 1 Feb 2024 05:37:42 -0800 Subject: [PATCH] Clarify item compatibility in the Alt Styles explanation text Just a lil hint that many items won't fit, in case it's a surprise to folks! --- app/javascript/wardrobe-2020/WardrobePage/PosePicker.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js index e093f29c..e5ba0907 100644 --- a/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js +++ b/app/javascript/wardrobe-2020/WardrobePage/PosePicker.js @@ -738,8 +738,7 @@ function StyleExplanation() { opacity="0.7" marginTop="2" > - "Alt Styles" are special NC items that override the pet's usual appearance - via the{" "} + "Alt Styles" are NC items that override the pet's appearance via the{" "} Styling Chamber - . The pet's color doesn't have to match. + . Not all items fit Alt Style pets. The pet's color doesn't have to match.
WIP: Only Support staff see this tab for now! 💖