Correct murder being gendered

This commit is contained in:
j3s 2020-12-01 23:11:16 -06:00 committed by Eyal Sawady
parent e69c479dd5
commit 4aeebd4f53
No known key found for this signature in database
GPG Key ID: 604D3459E53A9952
1 changed files with 1 additions and 1 deletions

2
main.c
View File

@ -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();