Class: Fools::Rules::Resist
- Inherits:
-
CARPS::Rule
- Object
- CARPS::Rule
- Fools::Rules::Resist
- Includes:
- Dice
- Defined in:
- lib/fools/rules/romance/rule.rb
Overview
Rule which performs romantic resistance
Instance Method Summary collapse
-
#initialize ⇒ Resist
constructor
Add the actions.
Methods included from Dice
#combat, #drink, #resist_romance, #talk_sense
Constructor Details
#initialize ⇒ Resist
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 |