locate-ore: add message

develop
jj 2013-04-14 02:20:22 +02:00
parent 13451bd487
commit d8c140602b
1 changed files with 1 additions and 0 deletions

@ -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|