diff --git a/src/Mods/DinnerParty/dinnerPartyPreparations.tw b/src/Mods/DinnerParty/dinnerPartyPreparations.tw
index 091bd34d39c71c5b79acb9540388eed509db9d65..4ae279d4fbcac7cb993bf4533599fb7934edf310 100644
--- a/src/Mods/DinnerParty/dinnerPartyPreparations.tw
+++ b/src/Mods/DinnerParty/dinnerPartyPreparations.tw
@@ -35,6 +35,6 @@ __Select Your Meat:__
 		null,
 		(s, i) => {
 			const p = getPronouns(s);
-			return App.UI.passageLink(`Make ${p.her} the main course`, "Dinner Party Execution", `$activeSlave = $slaves[${i}]`)
+			return App.UI.passageLink(`Make ${p.him} the main course`, "Dinner Party Execution", `$activeSlave = $slaves[${i}]`)
 		}
 	)>>