File tree 2 files changed +2
-1
lines changed
2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ Template for new versions:
34
34
- `list-agreements`: fix date math when determining petition age
35
35
- `gui/petitions`: fix date math when determining petition age
36
36
- `gui/rename`: fix commandline processing when manually specifying target ids
37
+ - `gui/sandbox`: restore metal equipment options when spawning units
37
38
38
39
## Misc Improvements
39
40
- `fix/loyaltycascade`: now also breaks up brawls and other intra-fort conflicts that *look* like loyalty cascades
Original file line number Diff line number Diff line change @@ -458,7 +458,7 @@ local function init_arena()
458
458
-- for i in ipairs(df.builtin_mats) do
459
459
-- do_insert(MAT_TABLE.builtin[i], i, -1)
460
460
-- end
461
- for i , mat in ipairs (RAWS .inorganics ) do
461
+ for i , mat in ipairs (RAWS .inorganics . all ) do
462
462
do_insert (mat .material , 0 , i )
463
463
-- stop at the first "special" metal. we don't need more than that
464
464
if mat .flags .DEEP_SPECIAL then break end
You can’t perform that action at this time.
0 commit comments