new_materials parameter to replace_random enabled
This commit is contained in:
parent
c06997bbfc
commit
7eaaf015fe
@ -44,7 +44,7 @@ handle_schematics.replace_randomized = function( replacements, new_materials )
|
||||
if( not( replacements )) then
|
||||
replacements = {};
|
||||
end
|
||||
if( not( new_materials ) or true) then
|
||||
if( not( new_materials )) then
|
||||
new_materials = {};
|
||||
end
|
||||
-- these chests from cottages exist no longer
|
||||
|
Loading…
x
Reference in New Issue
Block a user