~martijnbraam/public-inbox

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch
1

[PATCH] Correct murder being gendered

Details
Message ID
<20201202051116.735-1-j3s@c3f.net>
DKIM signature
missing
Download raw message
Patch: +1 -1
---
 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
Details
Message ID
<C7I1TZ8Y9WBQ.3VVPG0A7CO8NC@monch>
In-Reply-To
<20201202051116.735-1-j3s@c3f.net> (view parent)
DKIM signature
missing
Download raw message
Thanks!

To git@git.sr.ht:~martijnbraam/among-sus
   4aeebd4..e69c479  master -> master
Reply to thread Export thread (mbox)