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
This commit is contained in:
Star Rauchenberger
2025-01-15 15:13:29 -05:00
committed by GitHub
parent 207a76d1b5
commit 1eefe23f11
7 changed files with 32 additions and 4 deletions

View File

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