~martijnbraam/public-inbox

Correct murder being gendered v1 PROPOSED

j3s: 1
 Correct murder being gendered

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.sr.ht/~martijnbraam/public-inbox/patches/15421/mbox | git am -3
Learn more about email & git

[PATCH] Correct murder being gendered Export this patch

---
 main.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main.c b/main.c
index bd9b39b..18b4c1a 100644
--- a/main.c
+++ b/main.c
@@ -430,7 +430,7 @@ check_win_condition(void)
	}

	if (nalive == 1) {
		broadcast("The impostor is alone with the last crewmate and murders him", -1);
		broadcast("The impostor is alone with the last crewmate and murders them", -1);
		snprintf(buf, sizeof(buf), "The impostor was [%s] all along...", players[iid].name);
		broadcast(buf, -1);
		end_game();
-- 
2.29.2
Thanks!

To git@git.sr.ht:~martijnbraam/among-sus
   4aeebd4..e69c479  master -> master