diff --git a/eddy-swap.lic b/eddy-swap.lic index 8334805a4e..f059c2cb21 100644 --- a/eddy-swap.lic +++ b/eddy-swap.lic @@ -15,14 +15,14 @@ - bowl - mixing stick - sieve - + portal_store: weapons: items: - broadsword - bar mace - javelin - + alchemy_tools: items: *alchemy_tools @@ -88,6 +88,7 @@ class Eddy def portal_check return if DRCI.exists?("eddy") + DRC.message("You need to be wearing a portal to use this script!") exit end @@ -109,6 +110,7 @@ class Eddy item_swap.each do |item| if !portal_container.nil? return unless DRCI.inside?("#{item}", "#{portal_container} in my portal") + DRCI.get_item?("#{item}", "#{portal_container} in my portal") DRCI.put_away_item?("#{item}", container) elsif DRCI.exists?("#{item}", "portal")