Method: Core::Game::Combat::Battle#spell
- Defined in:
- lib/game/combat/battle.rb
#spell(attacker, targets, spell) ⇒ Object
287 288 289 |
# File 'lib/game/combat/battle.rb', line 287 def spell(attacker, targets, spell) puts("STUB: Battle.spell(#{attacker.name}, #{targets.name}, #{spell.name})") end |