Skip to content

Commit

Permalink
Rubocop
Browse files Browse the repository at this point in the history
  • Loading branch information
rpherbig committed Sep 21, 2016
1 parent a1aa813 commit e30ebf6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion common-items.lic
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module DRCI
result =~ /You tap/
end

def refill_lockpick_ring(type, _hometown='')
def refill_lockpick_ring(type, _hometown = '')
# _hometown coming soon
app_result = DRC.bput('app my lockpick ring', 'and it appears to be full', 'and it might hold an additional \d+', '\d+ lockpicks would probably fit')
waitrt?
Expand Down
2 changes: 1 addition & 1 deletion crossing-training.lic
Original file line number Diff line number Diff line change
Expand Up @@ -814,7 +814,7 @@ class CrossingTraining
if @settings.sell_pouches_for_trading && DRSkill.getxp('Trading') < 5 && 'You get a' == bput("get pouch from my #{@settings.sale_pouches_container}", 'You get a', 'What were you')
gemshop = get_data('town')[@settings.hometown]['gemshop']['id']
unless gemshop
echo("NO GEMSHOP DATA FOUND?")
echo('NO GEMSHOP DATA FOUND?')
fput('stow pouch')
return
end
Expand Down
2 changes: 1 addition & 1 deletion first-aid.lic
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class FirstAid

charts_to_read.each do |chart|
bput("turn my compendium to #{@chart_data[chart]['index']}", 'You turn')
study = bput('study my compendium', 'you begin to study', 'you begin studying', 'With a sudden moment of', 'In a sudden moment of clarity', '^Why ', 'you continue to study', 'you attempt', 'you continue studying')
bput('study my compendium', 'you begin to study', 'you begin studying', 'With a sudden moment of', 'In a sudden moment of clarity', '^Why ', 'you continue to study', 'you attempt', 'you continue studying')
waitrt?
break if DRSkill.getxp('First Aid') >= 30
end
Expand Down
4 changes: 3 additions & 1 deletion profiles/Paeriluno-setup.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
---
# TODO Feats: Deep Attunement, Efficient Harnessing, Raw Channeling, Efficient Channeling

# Hunting settings
training_manager_hunting_priority: true
training_manager_priority_skills:
Expand Down Expand Up @@ -152,7 +154,7 @@ crossing_training:
- Augmentation
- Utility
- Warding
- Sorcery
# - Sorcery
- First Aid
- Scholarship
- Attunement
Expand Down

0 comments on commit e30ebf6

Please sign in to comment.