This commit is contained in:
2025-02-07 23:10:52 +09:00
parent fbd52f9943
commit c6d32f07b5
2 changed files with 2 additions and 2 deletions

View File

@@ -11,7 +11,7 @@ local function clear_items(event)
ExpUtil.transfer_inventory_to_surface{
inventory = inventory,
surface = game.surfaces[1],
name = "iron-chest",
name = "steel-chest",
allow_creation = true,
}
end

View File

@@ -29,7 +29,7 @@ local function check_items(player, type)
items = items,
surface = game.planets.nauvis.surface,
allow_creation = true,
name = "iron-chest",
name = "steel-chest",
}
end