Advertisement
jbrocky

Untitled

Aug 28th, 2019
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. def assert_that_not_feinting_with_offhand(settings)
  2. return unless settings.dance_skill == 'Offhand Weapon'
  3. return unless settings.dance_actions.grep(/feint/i) || settings.dance_actions_stealth.grep(/feint/i)
  4.  
  5. error('Feint in your actions list will cause an error when Offhand Weapon is your dance skill')
  6. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement