Class: Fools::Rules::Resist

Inherits:
CARPS::Rule
  • Object
show all
Includes:
Dice
Defined in:
lib/fools/rules/romance/rule.rb

Overview

Rule which performs romantic resistance

Instance Method Summary collapse

Methods included from Dice

#combat, #drink, #resist_romance, #talk_sense

Constructor Details

#initializeResist

Add the actions



60
61
62
63
64
# File 'lib/fools/rules/romance/rule.rb', line 60

def initialize
   super
   add_action :>=, 0, ResistedRomance
   add_action :<, 0, Smitten
end