From fdf6fa7ab26e8ab9234909d9b556826efe996d8f Mon Sep 17 00:00:00 2001 From: jacob1 Date: Fri, 18 Jul 2014 22:15:57 -0400 Subject: [PATCH] add clone message when using !simple --- modules/wolfgame.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 50f9150..e3df4d3 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -3681,6 +3681,8 @@ def transition_night(cli): cli.msg(clone, ('You are a \u0002clone\u0002. You can select someone to clone ' + 'with "clone ". If that player dies, you become their ' + 'role(s). You may only clone someone during the first night.')) + else: + cli.notice(clone, "You are a \u0002clone\u0002") pm(cli, clone, "Players: "+", ".join(pl)) for ms in var.ROLES["mad scientist"]: