Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Aug 23rd, 2012  |  syntax: None  |  size: 0.27 KB  |  hits: 5  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. class Doctor extends PlayerRole
  2.     teamName: 'Doctor'
  3.  
  4.     advice:
  5.         'unless:hunt': ->
  6.             # if the doctor chooses the same player
  7.             # as the wolves choose to hunt
  8.             # prevent the hunt method
  9.             @choosePlayer() is @chooseInnocent()