@@ -317,6 +317,7 @@ def handle_in_game(db, msg, game_state, guy_state):
if guy_is_dead(guy_state):
txt += "\noh god oh fuck, the guy is dead!"
+ txt += f"\nYou failed to guess {game_state.target}"
end_game(game_state)
end_guy(db, guy_state)
txt += "\nThe guy has been buried."