Skip to content

Commit

Permalink
rejig
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR committed Dec 10, 2024
1 parent f684ebe commit ebd63ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions athletics.lic
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ class Athletics
have_climbing_rope = get_settings.have_climbing_rope
@outdoorsmanship_rooms = get_settings.athletics_outdoorsmanship_rooms

DRC.wait_for_script_to_complete('buff', ['athletics'])

get_athletics_items

start_exp = DRSkill.getxp('Athletics')
Expand All @@ -34,8 +36,6 @@ class Athletics

args = parse_args(arg_definitions)

DRC.wait_for_script_to_complete('buff', ['athletics'])

@end_exp = 32 if args.max
start_script('skill-recorder') unless Script.running?('skill-recorder')
if args.wyvern || (@settings.climbing_target == 'wyvern')
Expand Down

0 comments on commit ebd63ba

Please sign in to comment.