diff --git a/src/uncategorized/nextWeek.tw b/src/uncategorized/nextWeek.tw
index 883efbe15b5ebf43c0c335067943222b77712cc4..c9a06c937951338a1b36a4d0e3f29e5ad2dd2033 100644
--- a/src/uncategorized/nextWeek.tw
+++ b/src/uncategorized/nextWeek.tw
@@ -58,6 +58,12 @@
 	<<if $slaves[_i].rivalry == 0>>
 		<<set $slaves[_i].rivalryTarget = 0>>
 	<</if>>
+	<<if $slaves[_i].vagina < 0 && $slaves[_i].vaginalAccessory != "none">>
+		<<set $slaves[_i].vaginalAccessory = "none">>
+	<</if>>
+	<<if $slaves[_i].dick == 0 && $slaves[_i].dickAccessory != "none">>
+		<<set $slaves[_i].dickAccessory = "none">>
+	<</if>>
 	/% Fix some possible floating point rounding errors, and bring precision to one decimal place. %/
 	<<SlaveStatClamp $slaves[_i]>>
 	<<set $slaves[_i].energy = Math.clamp($slaves[_i].energy.toFixed(1), 0, 100)>>