From a834180195305fe0be91bd0ced5b75de104b7520 Mon Sep 17 00:00:00 2001 From: Star Rauchenberger Date: Wed, 15 Jan 2025 15:13:29 -0500 Subject: Lingo: Add speed boost mode (#3989) * Add speed boost mode * Update generated.dat * Modify the actual trap weights option when speed boost mode is on * EOF newline * Update generated.dat --- utils/assign_ids.rb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'utils/assign_ids.rb') diff --git a/utils/assign_ids.rb b/utils/assign_ids.rb index f7de3d0..bcb8018 100644 --- a/utils/assign_ids.rb +++ b/utils/assign_ids.rb @@ -216,3 +216,6 @@ config.each do |room_name, room_data| end File.write(outputpath, old_generated.to_yaml) + +puts "Next item ID: #{next_item_id}" +puts "Next location ID: #{next_location_id}" -- cgit 1.4.1