Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
myk002 committed Feb 10, 2025
1 parent 6714185 commit bc2ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pref-adjust.lua
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ end
function build_all_lists(printflag)
list_of_inorganics={} -- Type 0 "Likes iron.."
list_of_inorganics_string=""
vec=df.global.world.raws.inorganics.all -- also df.global.world.raws.inorganics.all_subset[0].id available
vec=df.global.world.raws.inorganics.all -- also df.global.world.raws.inorganics.cheap[0].id available
for k=0,#vec-1 do
name=vec[k].id
list_of_inorganics[name]=k
Expand Down

0 comments on commit bc2ec10

Please sign in to comment.