Received: from out1.migadu.com (out1.migadu.com [91.121.223.63]) by mail-b.sr.ht (Postfix) with ESMTPS id 31051FF190 for <~martijnbraam/public-inbox@lists.sr.ht>; Wed, 2 Dec 2020 05:11:25 +0000 (UTC) Authentication-Results: mail-b.sr.ht; dkim=fail reason="key not found in DNS" (0-bit key) header.d=c3f.net header.i=@c3f.net header.b=JxzuqLUa X-Report-Abuse: Please report any abuse attempt to abuse@migadu.com and include these headers. DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=c3f.net; s=key1; t=1606885922; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=LggifwFKsqIV8dbPTj7yHRTOXow90+LqMvGqryn9GhA=; b=JxzuqLUa2nh3sHPYhY15JBPQbOX0zFy2kl8R4DZp3X8oTHP+TaSyFYfkwHqQb/0rYaorjq vz3nIP5f9cN9pzZRprYYTGIaR+jt6Ggnmms/Dnc3Q/zhqzWuFq+AqSY2sDmmi8ffZTOSA8 4KtKTrDkdbqNFsytGXlbg0x3FGyhtS2bWPIQqZ3PiLtMlEFXjX/b8a7kCH7OUSaCEOB0oZ XWmc88TIiQmCtXceKKCwD3Y6o/6tAlh4Kt7MAYUOVCupNd25jQtZXe1Cbcud2PrlT1WgCD nXZX616dD2ucpMAnlQrzFwFhRzWGMxt2qekkikEnHzUlFsPtgAfvtM2Xu5jtwQ== From: j3s To: ~martijnbraam/public-inbox@lists.sr.ht Cc: j3s Subject: [PATCH] Correct murder being gendered Date: Tue, 1 Dec 2020 23:11:16 -0600 Message-Id: <20201202051116.735-1-j3s@c3f.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Migadu-Flow: FLOW_OUT X-Migadu-Auth-User: j3s@c3f.net --- 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