diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 2823025..7732026 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -5166,7 +5166,7 @@ def transition_night(cli): 'with "clone ". If that player dies, you become their ' + 'role(s). You may only clone someone during the first night.')) else: - pm(cli, clone, "You are a \u0002clone\u0002") + pm(cli, clone, "You are a \u0002clone\u0002.") pm(cli, clone, "Players: "+", ".join(pl)) for minion in var.ROLES["minion"]: