mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-27 03:25:23 +09:00
.
This commit is contained in:
@@ -11,7 +11,7 @@ local function clear_items(event)
|
|||||||
ExpUtil.transfer_inventory_to_surface{
|
ExpUtil.transfer_inventory_to_surface{
|
||||||
inventory = inventory,
|
inventory = inventory,
|
||||||
surface = game.surfaces[1],
|
surface = game.surfaces[1],
|
||||||
name = "iron-chest",
|
name = "steel-chest",
|
||||||
allow_creation = true,
|
allow_creation = true,
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ local function check_items(player, type)
|
|||||||
items = items,
|
items = items,
|
||||||
surface = game.planets.nauvis.surface,
|
surface = game.planets.nauvis.surface,
|
||||||
allow_creation = true,
|
allow_creation = true,
|
||||||
name = "iron-chest",
|
name = "steel-chest",
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user