Quick fix for player physical position

This commit is contained in:
Cooldude2606
2024-10-19 18:30:58 +01:00
parent 90d0a122cd
commit 34a7879761
31 changed files with 82 additions and 41 deletions

View File

@@ -21,7 +21,7 @@ Commands.new_command("clear-inventory", { "expcom-clr-inv.description" }, "Clear
ExpUtil.transfer_inventory_to_surface{
inventory = inventory,
surface = player.surface,
surface = game.planets.nauvis.surface,
name = "iron-chest",
allow_creation = true,
}