diff options
author | Star Rauchenberger <fefferburbia@gmail.com> | 2025-01-15 15:13:29 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-01-15 21:13:29 +0100 |
commit | a834180195305fe0be91bd0ced5b75de104b7520 (patch) | |
tree | 6b4c1f8713e54dea7b75b9abe20c224178d02921 /utils | |
parent | 1c7fcd002eb59e8cda09997eb89ecd609aff7275 (diff) | |
download | lingo-apworld-a834180195305fe0be91bd0ced5b75de104b7520.tar.gz lingo-apworld-a834180195305fe0be91bd0ced5b75de104b7520.tar.bz2 lingo-apworld-a834180195305fe0be91bd0ced5b75de104b7520.zip |
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
Diffstat (limited to 'utils')
-rw-r--r-- | utils/assign_ids.rb | 3 |
1 files changed, 3 insertions, 0 deletions
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| | |||
216 | end | 216 | end |
217 | 217 | ||
218 | File.write(outputpath, old_generated.to_yaml) | 218 | File.write(outputpath, old_generated.to_yaml) |
219 | |||
220 | puts "Next item ID: #{next_item_id}" | ||
221 | puts "Next location ID: #{next_location_id}" | ||