Skip to content

Commit

Permalink
Update task-forage.lic
Browse files Browse the repository at this point in the history
Fixed spacing issue
  • Loading branch information
OdnaZvezda authored Nov 16, 2023
1 parent e0e730a commit 6df64cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion task-forage.lic
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ class TaskForage

# NPCs sometimes ask for items with names that don't match what you actually forage for, or what shows up in FORAGE RECALL.
# Check to make sure we have data on this item, and know the correct name.
def known_item?
def known_item?
echo 'known_item?' if @debug
if @foraging_data.any? { |item| item['item'] == @item }
# no change necessary
Expand Down Expand Up @@ -493,6 +493,7 @@ class TaskForage
echo 'known = true' if @debug
true
end

# Check if we have a location for the item
def mapped_item?
echo 'mapped_item?' if @debug
Expand Down

0 comments on commit 6df64cc

Please sign in to comment.