Class: Fools::Player::Interface

Inherits:
CARPS::Player::Interface
  • Object
show all
Defined in:
lib/fools/player/interface.rb

Overview

Interface for Fools Player

Instance Method Summary collapse

Constructor Details

#initialize(mod) ⇒ Interface

Create the interface



30
31
32
33
34
35
36
# File 'lib/fools/player/interface.rb', line 30

def initialize mod
   super
   add_command :drink, "See the odds on how drunk you might get.", "DRUNKENNESS", "TARGET"
   add_command :resist, "See your chance to resist romance, given a lady with given The Outer CRUST.", "CRUST"
   add_command :sense, "See your chance to talk sense into a man with Romantic RESISTANCE, who is smitten by a lady with The Outer CRUST.", "RESISTANCE", "CRUST"
   add_command :tussle, "See your chance to overpower a drone with given VIM & Vigour", "VIM"
end