Skip to content

Commit

Permalink
added help for tanner
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gillis committed Dec 23, 2015
1 parent 76ba33b commit 4f27ae1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Game/Command/HelpCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ public function fire()
$help_msg .= "The villagers win if they eliminate all the werewolves. The werewolves win if they equal or outnumber the remaining players.\r\n\r\n";
$help_msg .= "Special Roles\r\n------------------------\r\n";
$help_msg .= " |_ Seer - A villager who, once each night, is allowed to see the role of another player. The bot will private message you.\r\n";
$help_msg .= " |_ Tanner - A player not on the side of the villagers or the werewolves who wins if is killed.\r\n";
$help_msg .= " |_ Bodyguard - A villager who may protect a player from being eliminated once each night, but not the same person two nights in a row.\r\n\r\n";
$help_msg .= "Available Commands\r\n------------------------\r\n";
$help_msg .= "|_ !start - Starts a new game with everyone in the channel participating\r\n";
Expand Down

0 comments on commit 4f27ae1

Please sign in to comment.