浏览代码

Update 'src/plugins/hangguy.py'

kirkleon 6 年之前
父节点
当前提交
f4e781156b
共有 1 个文件被更改,包括 1 次插入0 次删除
  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."