Advertisement
jbrocky

Untitled

Jun 3rd, 2018
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Ruby 0.32 KB | None | 0 0
  1.       if data['pet_type']
  2.         check_spell_timer?(data) && DRRoom.npcs.include?(data['pet_type'])
  3.       elsif data['recast_every']
  4.         check_spell_timer?(data)
  5.       elsif data['expire']
  6.         true
  7.       else
  8.         !DRSpells.active_spells[name] || DRSpells.active_spells[name].to_i <= data['recast']
  9.       end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement