Skip to content

Commit

Permalink
added lycan to classic
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Gillis committed Dec 23, 2015
1 parent 6f0b518 commit 36869b7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Game/RoleStrategy/Classic.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ public function assign(array $players)
$roles[Role::TANNER] = 1;
}

if ($num_players >= 7) {
$roles[Role::LYCAN] = 1;
}

$roles += [
Role::VILLAGER => max($num_good - count($roles), 0),
Role::WEREWOLF => $num_evil
Expand Down

0 comments on commit 36869b7

Please sign in to comment.