Browse Source

Update 'src/plugins/hangguy.py'

kirkleon 6 years ago
parent
commit
f4e781156b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/plugins/hangguy.py

+ 1 - 0
src/plugins/hangguy.py

@@ -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."