diff --git a/slave variables documentation - Pregmod.txt b/slave variables documentation - Pregmod.txt
index 178e02c8a92164f2d151ee6356e1c1b96dc766cc..d5934d8b828d628b29113a53023e4173f662dafa 100644
--- a/slave variables documentation - Pregmod.txt	
+++ b/slave variables documentation - Pregmod.txt	
@@ -2509,6 +2509,7 @@ may accept strings, use at own risk
 "a penitent nuns habit"
 "a police uniform"
 "a red army uniform"
+"a Santa dress"
 "a scalemail bikini"
 "a schoolgirl outfit"
 "a schutzstaffel uniform"
diff --git a/src/facilities/nursery/childInteract.tw b/src/facilities/nursery/childInteract.tw
index 3b68c62da0f8dd1c242242fe1356e14a742c5d89..d1cd54c1d570e0ace4052a6806f173bdc0d4d494 100644
--- a/src/facilities/nursery/childInteract.tw
+++ b/src/facilities/nursery/childInteract.tw
@@ -350,6 +350,7 @@
 |	<<link "Pony outfit (nice)">><<set $activeChild.clothes = "a nice pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
 |	<<link "Pony outfit (slutty)">><<set $activeChild.clothes = "a slutty pony outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
 |	<<link "Red Army uniform">><<set $activeChild.clothes = "a red army uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
+|	<<link "Santa dress">><<set $activeChild.clothes = "a Santa dress",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
 |	<<link "Scalemail bikini">><<set $activeChild.clothes = "a scalemail bikini",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
 |	<<link "Schoolgirl">><<set $activeChild.clothes = "a schoolgirl outfit",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
 |	<<link "Schutzstaffel uniform (nice)">><<set $activeChild.clothes = "a schutzstaffel uniform",$activeChild.choosesOwnClothes = 0>><<replace "#clothes">>$activeChild.clothes<</replace>><</link>>
diff --git a/src/js/slaveSummaryWidgets.js b/src/js/slaveSummaryWidgets.js
index 330594256e557e8bf315b397d9752b64a017c76b..9cb43aee17f96e445d13f512c35a38aa6e9ba757 100644
--- a/src/js/slaveSummaryWidgets.js
+++ b/src/js/slaveSummaryWidgets.js
@@ -4400,6 +4400,9 @@ window.SlaveSummaryUncached = (function(){
 			case "a slutty pony outfit":
 				r += `Slutty pony outfit.`;
 				break;
+			case "a Santa dress":
+				r += `Santa dress.`;
+				break;
 			case "a sports bra":
 				r += `Sports bra.`;
 				break;
diff --git a/src/uncategorized/PESS.tw b/src/uncategorized/PESS.tw
index 996550c82521d0d4803a527ff96754576961f0f7..7924ee3a3e5300527fc85b97e2e4a8e7654446a4 100644
--- a/src/uncategorized/PESS.tw
+++ b/src/uncategorized/PESS.tw
@@ -159,7 +159,7 @@ When you've finished your task, you raise your eyes to examine $him. $He's stand
 	$He's nude, making it obvious that $his poor soft member has done its duty today. It even looks a little moist, as though it bred a fertile slave's pussy only a few minutes ago.
 <<elseif ["body oil", "chains", "clubslut netting", "restrictive latex", "shibari ropes", "uncomfortable straps"].indexOf($activeSlave.clothes) != -1>>
 	$His clothes don't cover $his dick, making it obvious that $his poor soft member has done its duty today. It even looks a little moist, as though it bred a fertile slave's pussy only a few minutes ago.
-<<elseif ["a burkini", "a comfortable bodysuit", "a cybersuit", "a fallen nuns habit", "a latex catsuit", "a leotard", "a monokini", "a scalemail bikini", "a string bikini", "attractive lingerie for a pregnant woman", "attractive lingerie", "harem gauze", "kitty lingerie", "restrictive latex", "shimapan panties", "slutty jewelry", "spats and a tank top", "stretch pants and a crop-top"].indexOf($activeSlave.clothes) != -1>>
+<<elseif ["a comfortable bodysuit", "a cybersuit", "a fallen nuns habit", "a latex catsuit", "a leotard", "a monokini", "a scalemail bikini", "a string bikini", "attractive lingerie for a pregnant woman", "attractive lingerie", "harem gauze", "kitty lingerie", "restrictive latex", "shimapan panties", "slutty jewelry", "spats and a tank top", "stretch pants and a crop-top"].indexOf($activeSlave.clothes) != -1>>
 	$His clothes cover $his groin, but they're pretty tight, making it clear that $his poor soft member has done its duty today.
 <<else>>
 	$His clothes are relatively modest, so you can't see it, but it's clear that $his poor soft member has done its duty today.
diff --git a/src/uncategorized/useGuard.tw b/src/uncategorized/useGuard.tw
index 687bf9e6bf49e4b8bd4ee33301c9e0ec4d626c5f..de5b207ea7a1001c4445919558c35998c169a284 100644
--- a/src/uncategorized/useGuard.tw
+++ b/src/uncategorized/useGuard.tw
@@ -115,6 +115,8 @@ $slaves[$i].slaveName is standing behind your left shoulder, guarding your perso
 	$His bodysuit and weapons make $him look like an action movie heroine.
 <<case "a burkini">>
 	$His form-fitting swimsuit and weapons make $him look like an action movie heroine.
+<<case "a Santa dress">>
+	$His skimpy holiday dress seems to be for those on the nice list, but $his weaponry is for those on the naughty list.
 <<case "a leotard">>
 	$His leotard and weapons make $him look like the heroine of an old exploitation film.
 <<case "a bunny outfit">>
diff --git a/src/utility/birthWidgets.tw b/src/utility/birthWidgets.tw
index 9379b800ebc22f71a28baf1b5a1c02dd5b56ea10..12c6c42c48f06a7b8ad0a713f7ed02490c309b28 100644
--- a/src/utility/birthWidgets.tw
+++ b/src/utility/birthWidgets.tw
@@ -1928,6 +1928,8 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 		leather pants
 		<<case "sport shorts">>
 		shorts
+		<<case "a Santa dress">>
+		Santa dress
 		<<default>>
 		$slaves[$i].clothes
 		<</switch>>
@@ -2107,6 +2109,8 @@ Feeling childbirth approaching, $slaves[$i].slaveName is helped to $his prepared
 		leather pants
 		<<case "sport shorts">>
 		shorts
+		<<case "a Santa dress">>
+		Santa dress
 		<<default>>
 		$slaves[$i].clothes
 		<</switch>>
diff --git a/src/utility/descriptionWidgetsFlesh.tw b/src/utility/descriptionWidgetsFlesh.tw
index 9ec3a24731a052b64f17e35c4bb306669cbf0c83..eb9b2941ebb748e0c793e903fc541776ecfcd7fb 100644
--- a/src/utility/descriptionWidgetsFlesh.tw
+++ b/src/utility/descriptionWidgetsFlesh.tw
@@ -980,7 +980,7 @@
 				<<else>>
 					modestly covers $his breasts.
 				<</if>>
-			<<case "a santa dress">>
+			<<case "a Santa dress">>
 				$activeSlave.slaveName's red holiday dress is designed with a dangerously low neckline, which
 				<<if $activeSlave.boobs > 12000>>
 					$his colossal breasts spill out of completely unheeded.
@@ -2316,7 +2316,7 @@ $His
 			<<else>>
 				butt.
 			<</if>>
-		<<case "a santa dress">>
+		<<case "a Santa dress">>
 			The hemline of $his dress is intentionally too high,
 			<<if $activeSlave.butt > 10>>
 				leaving the entirety of $his massive ass exposed.
@@ -3668,7 +3668,7 @@ $He's got a
 			<<else>>
 				$activeSlave.slaveName's <<if $activeSlave.balls > 0>>lonely balls are<<else>>featureless groin is<</if>> bare and vulnerable.
 			<</if>>
-		<<case "a santa dress">>
+		<<case "a Santa dress">>
 			<<if $activeSlave.dick > 5>>
 				$activeSlave.slaveName's cock is long enough to poke out from under $his dress.
 			<<elseif ($activeSlave.dick > 0) && ($activeSlave.vagina > -1)>>
@@ -13978,7 +13978,7 @@ $He has
 			<<elseif $activeSlave.muscles > 30>>
 				$activeSlave.slaveName's ripped abs rub uncomfortably against $his habit.
 			<</if>>
-		<<case "a santa dress">>
+		<<case "a Santa dress">>
 			<<if $activeSlave.belly >= 1000000>>
 				//WIP//
 			<<elseif $activeSlave.belly >= 750000>>
diff --git a/src/utility/descriptionWidgetsStyle.tw b/src/utility/descriptionWidgetsStyle.tw
index 5b24031c1c3c78901a444b676f1da65e52df187b..39d873427ac02dfcdb158207daaf24f7c6b578cd 100644
--- a/src/utility/descriptionWidgetsStyle.tw
+++ b/src/utility/descriptionWidgetsStyle.tw
@@ -870,7 +870,7 @@ $activeSlave.slaveName is
 
 	<<chastityPiercingDescription>>
 	
-<<case "a santa dress">>
+<<case "a Santa dress">>
 	made of red felt with white fur
 	<<if ($activeSlave.amp == 1)>>
 		trim and a leather belt.
@@ -1107,6 +1107,8 @@ $His
 			is topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			cascades out from under a cowboy hat.
+		<<case "a Santa dress">>
+			cascades out from under a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			flows back in a mane, with a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -1167,6 +1169,8 @@ $His
 			is topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			flows out from under a cowboy hat.
+		<<case "a Santa dress">>
+			flows out from under a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			is tucked back by a flower, tucked behind one ear:
 			<<FlowerDesc>>
@@ -1227,6 +1231,8 @@ $His
 			is topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is topped by a cowboy hat.
+		<<case "a Santa dress">>
+			is topped by a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			bears a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -1281,6 +1287,8 @@ $His
 			is hidden by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is hidden by a cowboy hat.
+		<<case "a Santa dress">>
+			is hidden by a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman" "long qipao" "a dirndl" "lederhosen" "a biyelgee costume" "striped panties">>
 			is short, and $he has a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -1345,6 +1353,8 @@ $His
 			is back in a huge bun and topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is back in a bun so huge it pushes $his cowboy hat forward at a rakish angle.
+		<<case "a Santa dress">>
+			is back in a bun so huge it pushes $his festive hat forward at a rakish angle.
 		<<case "kitty lingerie">>
 			is back in an enormous bun, and topped by a cat ear headband.
 		<<default>>
@@ -1404,6 +1414,8 @@ $His
 			is back in a bun and topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is back in a high bun that pushes $his cowboy hat forward at a rakish angle.
+		<<case "a Santa dress">>
+			is back in a high bun that pushes $his festive hat forward at a rakish angle.
 		<<case "kitty lingerie">>
 			is back in a big bun, and topped by a cat ear headband.
 		<<default>>
@@ -1463,6 +1475,8 @@ $His
 			is back in a tight little bun and topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is back in a tight little bun that pushes $his cowboy hat forward at a rakish angle.
+		<<case "a Santa dress">>
+			is back in a tight little bun that pushes $his festive hat forward at a rakish angle.
 		<<case "kitty lingerie">>
 			is back in a tight little bun, and topped by a cat ear headband.
 		<<default>>
@@ -1513,6 +1527,8 @@ $His
 			is bound by latex hair cuffs into long matching pigtails.
 		<<case "Western clothing">>
 			is back in huge tails that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in huge tails that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in big poofy tails secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -1589,6 +1605,8 @@ $His
 			is bound by latex hair cuffs into matching pigtails.
 		<<case "Western clothing">>
 			is back in long tails that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in long tails that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in big poofy tails secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -1665,6 +1683,8 @@ $His
 			is bound by latex hair cuffs into short matching pigtails.
 		<<case "Western clothing">>
 			is back in short braids that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in short braids that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in poofy tails secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -1772,6 +1792,8 @@ $His
 			is threaded through a thick latex sleeve into a peaked ponytail resembling a long flogger.
 		<<case "Western clothing">>
 			is back in a huge ponytail emerging from the back of $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in a huge ponytail emerging from the back of $his festive hat.
 		<<case "body oil">>
 			is back in a big, long ponytail, tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -1848,6 +1870,8 @@ $His
 			is threaded through a thick latex sleeve into a peaked ponytail resembling a flogger.
 		<<case "Western clothing">>
 			is tied back in a long ponytail that emerges from the back of $his cowboy hat.
+		<<case "a Santa dress">>
+			is tied back in a long ponytail that emerges from the back of $his festive hat.
 		<<case "body oil">>
 			is permed, and back in a big, long ponytail tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -1924,6 +1948,8 @@ $His
 			is bound by a latex hair cuff into a short and severe ponytail.
 		<<case "Western clothing">>
 			is back in a short braid that emerges from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in a short braid that emerges from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in a big, long ponytail tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2011,6 +2037,8 @@ $His
 			is back in braids secured by steel rings.
 		<<case "Western clothing">>
 			is back in huge braids that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in huge braids that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in big poofy braids secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2083,6 +2111,8 @@ $His
 			is back in braids secured by steel rings.
 		<<case "Western clothing">>
 			is back in long braids that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in long braids that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in big, long braids secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2155,6 +2185,8 @@ $His
 			is back in short braids secured by steel rings.
 		<<case "Western clothing">>
 			is back in short braids that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in short braids that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed, and back in short braids secured by scrunchies in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2240,6 +2272,8 @@ $His
 			is in long dreadlocks, connected to $his chains at the ends by steel rings.
 		<<case "Western clothing">>
 			is long dreadlocks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is long dreadlocks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is in dreadlocks, some tied with bands of colored string.
 		<<case "a slutty qipao">>
@@ -2312,6 +2346,8 @@ $His
 			is in dreadlocks, attached to $his chains at the ends by steel rings.
 		<<case "Western clothing">>
 			is back in dreadlocks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is back in dreadlocks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is in dreadlocks, some tied with bands of colored string.
 		<<case "a slutty qipao">>
@@ -2388,6 +2424,8 @@ $His
 			is in short dreadlocks, some with steel rings.
 		<<case "Western clothing">>
 			is in short dreadlocks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is in short dreadlocks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is in short dreadlocks, some tied with colored string.
 		<<case "a slutty qipao">>
@@ -2473,6 +2511,8 @@ $His
 			is curled into long flowing locks secured by steel rings.
 		<<case "Western clothing">>
 			is curled into long flowing locks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is curled into long flowing locks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is curled into long flowing locks, tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2545,6 +2585,8 @@ $His
 			is curled into long locks, secured by steel rings.
 		<<case "Western clothing">>
 			is curled into long locks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is curled into long locks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is curled into long locks, tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2617,6 +2659,8 @@ $His
 			is curled into short locks secured by steel rings.
 		<<case "Western clothing">>
 			is curled into short locks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is curled into short locks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is curled into short locks tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2702,6 +2746,8 @@ $His
 			is permed into long flowing curls secured by steel rings.
 		<<case "Western clothing">>
 			is permed into long flowing curls that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is permed into long flowing curls that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed into long flowing curls, tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2774,6 +2820,8 @@ $His
 			is permed into long locks, secured by steel rings.
 		<<case "Western clothing">>
 			is permed into long locks that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is permed into long locks that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed and tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2846,6 +2894,8 @@ $His
 			is permed into short waves secured by steel rings.
 		<<case "Western clothing">>
 			is permed into short waves that emerge from under $his cowboy hat.
+		<<case "a Santa dress">>
+			is permed into short waves that emerge from under $his festive hat.
 		<<case "body oil">>
 			is permed into short waves tied with a scrunchy in noxious 80's pastel colors.
 		<<case "a slutty qipao">>
@@ -2973,6 +3023,8 @@ $His
 			is in luxurious layered locks topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			cascades out from under a cowboy hat in luxurious layered locks.
+		<<case "a Santa dress">>
+			cascades out from under a festive hat in luxurious layered locks.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			is in luxurious layered locks, with a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -3031,6 +3083,8 @@ $His
 			is in luxurious layered locks topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is in luxurious layered locks flowing out from under a cowboy hat.
+		<<case "a Santa dress">>
+			is in luxurious layered locks flowing out from under a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			is in luxurious layered locks held back by a flower, tucked behind one ear:
 			<<FlowerDesc>>
@@ -3089,6 +3143,8 @@ $His
 			is in luxuriously styled short locks topped by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is in luxuriously styled short locks topped by a cowboy hat.
+		<<case "a Santa dress">>
+			is in luxuriously styled short locks topped by a festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			is in luxuriously styled short locks, bearing a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -3131,6 +3187,8 @@ $His
 			is in luxuriously styled short locks secured by a traditional white nurse's headband, complete with red cross.
 		<<case "Western clothing">>
 			is in luxuriously styled short locks under $his cowboy hat.
+		<<case "a Santa dress">>
+			is in luxuriously styled short locks under $his festive hat.
 		<<case "a string bikini" "attractive lingerie" "attractive lingerie for a pregnant woman">>
 			is in luxuriously styled short locks, and $he has a flower tucked behind one ear:
 			<<FlowerDesc>>
@@ -3149,6 +3207,8 @@ $His
 			is shaved into a strip that runs down $his back and ends attached to a steel ring.
 		<<case "Western clothing">>
 			is shaved into a strip under $his cowboy hat, and cascades magnificently down $his back.
+		<<case "a Santa dress">>
+			is shaved into a strip under $his festive hat, and cascades magnificently down $his back.
 		<<case "body oil" "a huipil">>
 			is shaved into a permed strip which cascades magnificently down $his back.
 		<<case "a kimono">>
@@ -3200,6 +3260,8 @@ $His
 			is shaved into a long braided strip that ends attached to a steel ring.
 		<<case "Western clothing">>
 			is shaved into a strip under $his cowboy hat, but is visible as a party in the back.
+		<<case "a Santa dress">>
+			is shaved into a strip under $his festive hat, but is visible as a party in the back.
 		<<case "body oil" "a huipil">>
 			is shaved into a permed strip which falls down $his back.
 		<<case "a kimono" "long qipao">>
@@ -3251,6 +3313,8 @@ $His
 			is shaved into a strip down the middle of $his head that ends attached to a steel ring.
 		<<case "Western clothing">>
 			is shaved into a strip under $his cowboy hat, with nothing but a little rat tail visible in back.
+		<<case "a Santa dress">>
+			is shaved into a strip under $his festive hat, with nothing but a little rat tail visible in back.
 		<<case "body oil" "a huipil">>
 			is shaved into a permed strip.
 		<<case "a kimono" "a long qipao">>
@@ -3422,11 +3486,13 @@ $His
 			<<case "a burqa" "a niqab and abaya" "a penitent nuns habit" "a klan robe" "a slutty klan robe">>
 				cheap glasses,
 			<<case "a gothic lolita dress">>
-				victorian-styled glasses,
+				Victorian-styled glasses,
 			<<case "a hanbok">>
 				folding spectacle glasses,
 			<<case "a police uniform">>
 				aviator sunglasses,
+			<<case "a Santa dress">>
+				antique reading glasses,
 			<<case "a bunny outfit" "a monokini">>
 				girly retro glasses,
 			<<case "a hijab and abaya" "a huipil" "a kimono" "a long qipao" "a nice maid outfit" "a slutty qipao" "a slutty maid outfit">>
@@ -4306,6 +4372,22 @@ $His
 		all the way down to $his feet.
 	<</switch>>
 
+<<case "a Santa dress">>
+	<<switch $activeSlave.shoes>>
+	<<case "flats">>
+		a pair of black slippers.
+	<<case "boots">>
+		a pair of long black boots.
+	<<case "heels">>
+		a pair of black high heels.
+	<<case "pumps">>
+		a pair of black pumps.
+	<<case "extreme heels">>
+		a pair of dangerously tall black high heels.
+	<<default>>
+		nothing on $his feet.
+	<</switch>>
+
 <<case "a cybersuit">>
 	<<switch $activeSlave.shoes>>
 	<<case "flats">>
@@ -5635,7 +5717,7 @@ $His
 		<<else>>
 			$his anus is still bare underneath it.
 		<</if>>
-	<<case "a santa dress">>
+	<<case "a Santa dress">>
 		The short hem of $his festive dress
 		<<if ($activeSlave.vaginalAccessory == "anal chastity") || ($activeSlave.vaginalAccessory == "combined chastity") || ($activeSlave.dickAccessory == "anal chastity") || ($activeSlave.dickAccessory == "combined chastity")>>
 			fails to fully cover $his anal chastity device.