From c6d32f07b57a7c7f71d20ba78f27ff0983fabae5 Mon Sep 17 00:00:00 2001 From: PHIDIAS Date: Fri, 7 Feb 2025 23:10:52 +0900 Subject: [PATCH] . --- exp_legacy/module/modules/addons/inventory-clear.lua | 2 +- exp_legacy/module/modules/addons/nukeprotect.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/exp_legacy/module/modules/addons/inventory-clear.lua b/exp_legacy/module/modules/addons/inventory-clear.lua index 60c11e90..dfe48646 100644 --- a/exp_legacy/module/modules/addons/inventory-clear.lua +++ b/exp_legacy/module/modules/addons/inventory-clear.lua @@ -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 diff --git a/exp_legacy/module/modules/addons/nukeprotect.lua b/exp_legacy/module/modules/addons/nukeprotect.lua index 59238290..5f7bad4a 100644 --- a/exp_legacy/module/modules/addons/nukeprotect.lua +++ b/exp_legacy/module/modules/addons/nukeprotect.lua @@ -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