From 938e02058fd4e33d891995a58234c4ac34f96fed Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 16 Mar 2015 23:15:07 +0100 Subject: [PATCH] Improve lycan message --- modules/wolfgame.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index 1dcc1ec..575c7c7 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -5534,8 +5534,8 @@ def transition_night(cli): for lycan in var.ROLES["lycan"]: if lycan in var.PLAYERS and not is_user_simple(lycan): pm(cli, lycan, ('You are a \u0002lycan\u0002. You are currently on the side of the ' + - 'villagers, but will turn into a wolf if you are targeted by them ' + - 'during the night.')) + 'villagers, but will turn into a wolf instead of dying if you are ' + + 'targeted by the wolves during the night.')) else: pm(cli, lycan, "You are a \u0002lycan\u0002.")