From d8c140602b96f14d0ef34bb9f58ecb78048a18a5 Mon Sep 17 00:00:00 2001 From: jj Date: Sun, 14 Apr 2013 02:20:22 +0200 Subject: [PATCH] locate-ore: add message --- scripts/locate-ore.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/locate-ore.rb b/scripts/locate-ore.rb index 1c282f7d8..74110f363 100644 --- a/scripts/locate-ore.rb +++ b/scripts/locate-ore.rb @@ -3,6 +3,7 @@ target_ore = $script_args[0] def find_all_ore_veins + puts 'scanning map...' $ore_veins = {} seen_mat = {} df.each_map_block { |block|