new_materials parameter to replace_random enabled

This commit is contained in:
Sokomine 2018-01-10 23:52:59 +01:00
parent c06997bbfc
commit 7eaaf015fe

View File

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