|
|
@ -1,3 +1,5 @@
|
|
|
|
|
|
|
|
# convenient way to ban cooking categories of food
|
|
|
|
|
|
|
|
|
|
|
|
already_banned = {}
|
|
|
|
already_banned = {}
|
|
|
|
kitchen = df.ui.kitchen
|
|
|
|
kitchen = df.ui.kitchen
|
|
|
|
kitchen.item_types.length.times { |i|
|
|
|
|
kitchen.item_types.length.times { |i|
|
|
|
@ -84,5 +86,3 @@ $script_args.each do |arg|
|
|
|
|
puts "ban-cooking seeds - bans cooking of plants that have seeds (tree seeds don't count)"
|
|
|
|
puts "ban-cooking seeds - bans cooking of plants that have seeds (tree seeds don't count)"
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end
|
|
|
|
|
|
|
|
|
|
|
|
# vim: et:sw=4:ts=4
|
|
|
|
|
|
|
|