summary refs log tree commit diff stats
path: root/utils
diff options
context:
space:
mode:
authorStar Rauchenberger <fefferburbia@gmail.com>2025-01-15 15:13:29 -0500
committerGitHub <noreply@github.com>2025-01-15 21:13:29 +0100
commita834180195305fe0be91bd0ced5b75de104b7520 (patch)
tree6b4c1f8713e54dea7b75b9abe20c224178d02921 /utils
parent1c7fcd002eb59e8cda09997eb89ecd609aff7275 (diff)
downloadlingo-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.rb3
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|
216end 216end
217 217
218File.write(outputpath, old_generated.to_yaml) 218File.write(outputpath, old_generated.to_yaml)
219
220puts "Next item ID: #{next_item_id}"
221puts "Next location ID: #{next_location_id}"