This commit is contained in:
2025-01-09 23:38:39 +09:00
parent bd488aef76
commit 10bf61247c

View File

@@ -73,10 +73,10 @@ Event.add(defines.events.on_player_died, function(event)
inventory = inventory,
surface = corpse.surface,
position = corpse.position,
name = "iron-chest",
name = "steel-chest",
allow_creation = true,
}
corpse.destroy()
corpse = chest
end