Skip to content

Commit

Permalink
Merge branch 'rpherbig:master' into drinfomon_capped_exp
Browse files Browse the repository at this point in the history
  • Loading branch information
MahtraDR authored Feb 20, 2024
2 parents 35ea839 + db5b74b commit 2147c28
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions outdoorsmanship.lic
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,14 @@ class Outdoorsmanship
attempt = 0 # Failsafe counter to prevent an infinite loop if item isn't collectable in the room
while (DRSkill.getxp(@skill_name) < @end_exp) && (attempt < @targetxp)
if @train_method == 'forage'
DRC.message("#########################################################################")
DRC.message("##############################NOTICE#####################################")
DRC.message("Using FORAGE is going to be deprecated in favor of using COLLECT PRACTICE")
DRC.message("If you are seeing this message, you should remove the line")
DRC.message("outdoors_method: forage")
DRC.message("From your yaml")
DRC.message("This functionality will be completely removed on the 28th of Feb 2024")
DRC.message("#########################################################################")
DRCA.crafting_magic_routine(@settings)
DRC.forage?(@forage_item)
DRCI.dispose_trash(@forage_item, @worn_trashcan, @worn_trashcan_verb)
Expand Down

0 comments on commit 2147c28

Please sign in to comment.