From 868ef5c74e49e2cf9e6fb81ba67b7ec338279415 Mon Sep 17 00:00:00 2001 From: nyuszika7h Date: Mon, 17 Nov 2014 22:23:43 +0100 Subject: [PATCH] Fix typo in werecrow message --- modules/wolfgame.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wolfgame.py b/modules/wolfgame.py index d0288a9..b85251c 100644 --- a/modules/wolfgame.py +++ b/modules/wolfgame.py @@ -4378,7 +4378,7 @@ def transition_night(cli): 'only detectives can.').format(cursed)) elif role == "werecrow": pm(cli, wolf, ('You are a \u0002werecrow\u0002. You are able to fly at night. '+ - 'Use "kill " to kill a a villager. Alternatively, you can '+ + 'Use "kill " to kill a villager. Alternatively, you can '+ 'use "observe " to check if someone is in bed or not. '+ 'Observing will prevent you from participating in a killing.')) elif role == "hag":