diff --git a/src/pregmod/widgets/pregmodWidgets.tw b/src/pregmod/widgets/pregmodWidgets.tw
index 017af07949a058963f0b9b9a311273567bccb611..9179d7cd03005b06c6ad46cbaa9f31f6557c77f9 100644
--- a/src/pregmod/widgets/pregmodWidgets.tw
+++ b/src/pregmod/widgets/pregmodWidgets.tw
@@ -209,7 +209,7 @@
 
 
 <<if $args[0].fuckdoll > 0>>
-	<<set $args[0].pronoun = "it", $args0].possessivePronoun = "its", $args[0].possessive = "its", $args[0].object = "it", $args[0].objectReflexive = "itself", $args[0].noun = "toy">>
+	<<set $args[0].pronoun = "it", $args[0].possessivePronoun = "its", $args[0].possessive = "its", $args[0].object = "it", $args[0].objectReflexive = "itself", $args[0].noun = "toy">>
 <<elseif $args[0].dick > 0 && $args[0].vagina == -1 && $diversePronouns == 1>>
 	<<set $args[0].pronoun = "he", $args[0].possessivePronoun = "his", $args[0].possessive = "his", $args[0].object = "him", $args[0].objectReflexive = "himself", $args[0].noun = "boy">>
 <<else>>