Skip to content

Commit

Permalink
Update workorders.lic
Browse files Browse the repository at this point in the history
Updated the two fputs for getting ingots after tapping deeds to use `DRCI.get_item_if_not_held?()`
  • Loading branch information
BinuDR authored Jul 25, 2024
1 parent d4bae62 commit 63712f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions workorders.lic
Original file line number Diff line number Diff line change
Expand Up @@ -641,7 +641,7 @@ class WorkOrders
volume = deed_ingot_volume
fput('tap my deed')
pause
fput("get my #{@use_own_ingot_type} ingot") unless checkleft || checkright
DRCI.get_item_if_not_held?("#{@use_own_ingot_type} ingot")
end
end

Expand All @@ -660,7 +660,7 @@ class WorkOrders
volume = deed_ingot_volume
fput('tap my deed')
pause
fput("get my #{@use_own_ingot_type} ingot") unless checkleft || checkright
DRCI.get_item_if_not_held?("#{@use_own_ingot_type} ingot")
end
volume = ingot_volume
end
Expand Down

0 comments on commit 63712f7

Please sign in to comment.