diff --git a/src/events/scheduled/murderAttempt.js b/src/events/scheduled/murderAttempt.js
index 0658ce536e8acc95f4471182208393eba1592f9b..bb7cedda94ef5ca24d286fe3d6112ad54c7926c0 100644
--- a/src/events/scheduled/murderAttempt.js
+++ b/src/events/scheduled/murderAttempt.js
@@ -26,7 +26,7 @@ App.Events.murderAttempt = function() {
 		}
 	}
 	const companyName = "RealTec"; // TODO generate name
-	const {he, his, him, woman, himself} = getPronouns((V.arcologies[0].FSGenderFundamentalist !== "unset" || V.seeDicks > random(0, 99))
+	const {he, He, his, him, woman, himself} = getPronouns((V.arcologies[0].FSGenderFundamentalist !== "unset" || V.seeDicks > random(0, 99))
 		? {pronoun: App.Data.Pronouns.Kind.male} : {pronoun: App.Data.Pronouns.Kind.female});
 	const {womanPC} = getPronouns(V.PC).appendSuffix("PC");