diff --git a/habitica-images b/habitica-images
index 5cc03160b5..0393ffa0b9 160000
--- a/habitica-images
+++ b/habitica-images
@@ -1 +1 @@
-Subproject commit 5cc03160b57bb3e0fbb7b75543fcd01c2c136883
+Subproject commit 0393ffa0b95ce9ed4fa04646db56bf1882e29bb1
diff --git a/website/client/src/assets/css/sprites/spritesmith-main.css b/website/client/src/assets/css/sprites/spritesmith-main.css
index 2ac6f4a821..b65af5b396 100644
--- a/website/client/src/assets/css/sprites/spritesmith-main.css
+++ b/website/client/src/assets/css/sprites/spritesmith-main.css
@@ -27750,6 +27750,31 @@
width: 68px;
height: 68px;
}
+.eyewear_mystery_202303 {
+ background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/eyewear_mystery_202303.png');
+ width: 114px;
+ height: 90px;
+}
+.head_mystery_202303 {
+ background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/head_mystery_202303.png');
+ width: 114px;
+ height: 90px;
+}
+.shop_eyewear_mystery_202303 {
+ background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_eyewear_mystery_202303.png');
+ width: 68px;
+ height: 68px;
+}
+.shop_head_mystery_202303 {
+ background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_head_mystery_202303.png');
+ width: 68px;
+ height: 68px;
+}
+.shop_set_mystery_202303 {
+ background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/shop_set_mystery_202303.png');
+ width: 68px;
+ height: 68px;
+}
.broad_armor_mystery_301404 {
background-image: url('https://habitica-assets.s3.amazonaws.com/mobileApp/images/broad_armor_mystery_301404.png');
width: 90px;
diff --git a/website/client/src/components/static/communityGuidelines.vue b/website/client/src/components/static/communityGuidelines.vue
index 7d26f14d56..8f4b186ce1 100644
--- a/website/client/src/components/static/communityGuidelines.vue
+++ b/website/client/src/components/static/communityGuidelines.vue
@@ -149,7 +149,7 @@
{{ $t('commGuideList10A') }}
- - {{ $t('commGuideList10A1') }}
+
diff --git a/website/common/locales/en/gear.json b/website/common/locales/en/gear.json
index c02f62d6c3..61fb13a119 100644
--- a/website/common/locales/en/gear.json
+++ b/website/common/locales/en/gear.json
@@ -2016,6 +2016,8 @@
"headMystery202211Notes": "Be careful with this powerful hat, its effect on admirers can be quite shocking! Confers no benefit. November 2022 Subscriber Item.",
"headMystery202301Text": "Valiant Vulpine Ears",
"headMystery202301Notes": "Your hearing will be so sharp you'll hear the dawn breaking and the dew sparkling. Confers no benefit. January 2023 Subscriber Item.",
+ "headMystery202303Text": "Main Character Hair",
+ "headMystery202303Notes": "What better way to let everyone know you’re the star of this tale than to have blue and improbably spiky hair? Confers no benefit. March 2023 Subscriber Item.",
"headMystery301404Text": "Fancy Top Hat",
"headMystery301404Notes": "A fancy top hat for the finest of gentlefolk! January 3015 Subscriber Item. Confers no benefit.",
"headMystery301405Text": "Basic Top Hat",
@@ -2970,6 +2972,8 @@
"eyewearMystery202204BNotes": "What's your mood today? Express yourself with these fun screens. Confers no benefit. April 2022 Subscriber Item.",
"eyewearMystery202208Text": "Sparkly Eyes",
"eyewearMystery202208Notes": "Lull your enemies into a false sense of security with these terrifyingly cute peepers. Confers no benefit. August 2022 Subscriber Item.",
+ "eyewearMystery202303Text": "Dreamy Eyes",
+ "eyewearMystery202303Notes": "Let your nonchalant expression lure your enemies into a false sense of security. Confers no benefit. March 2023 Subscriber Item.",
"eyewearMystery301404Text": "Eyewear Goggles",
"eyewearMystery301404Notes": "No eyewear could be fancier than a pair of goggles - except, perhaps, for a monocle. Confers no benefit. April 3015 Subscriber Item.",
"eyewearMystery301405Text": "Monocle",
diff --git a/website/common/locales/en/subscriber.json b/website/common/locales/en/subscriber.json
index e8c737be83..ced96324eb 100644
--- a/website/common/locales/en/subscriber.json
+++ b/website/common/locales/en/subscriber.json
@@ -147,6 +147,7 @@
"mysterySet202212": "Glacial Guardian Set",
"mysterySet202301": "Valiant Vulpine Set",
"mysterySet202302": "Trickster Tabby Set",
+ "mysterySet202303": "Main Character Set",
"mysterySet301404": "Steampunk Standard Set",
"mysterySet301405": "Steampunk Accessories Set",
"mysterySet301703": "Peacock Steampunk Set",
diff --git a/website/common/script/content/gear/sets/mystery.js b/website/common/script/content/gear/sets/mystery.js
index ed445c9e09..f9a5775e8e 100644
--- a/website/common/script/content/gear/sets/mystery.js
+++ b/website/common/script/content/gear/sets/mystery.js
@@ -124,6 +124,7 @@ const eyewear = {
'202204A': { mystery: '202204' },
'202204B': { mystery: '202204' },
202208: { },
+ 202303: { },
301404: { },
301405: { },
301703: { },
@@ -201,6 +202,7 @@ const head = {
202210: { },
202211: { },
202301: { },
+ 202303: { },
301404: { },
301405: { },
301703: { },