Created
April 11, 2012 02:53
-
-
Save gerardpaapu/2356553 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class Doctor extends PlayerRole | |
| teamName: 'Doctor' | |
| advice: | |
| 'unless:hunt': -> | |
| # if the doctor chooses the same player | |
| # as the wolves choose to hunt | |
| # prevent the hunt method | |
| @choosePlayer() is @chooseInnocent() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment