Transport Drones


Adds transport drones and transport depots

Content
5 months ago
2.0
8.30K
Transportation Logistics Logistic network Storage

b Error

9 months ago

Error when running event Transport_Drones_Maglione_Fork::on_entity_died (id 4).
LuaForce does not contain key kill_count_statistics. stack backtracking:
[c]: in function '_ index'
nsport_Drones_Maglione_Fork__/script/transport_drone.lua:743:in function "handler"
__core--/lualib/event handler.lua:47: in function
__core--/lualib/event handler.lua:45>

8 months ago

I have the same problem.

8 months ago

I have the same problem.

8 months ago

Replace the problematic lines with this:
entity.force.get_kill_count_statistics(entity.surface).on_flow("transport-drone-1", 1)
event.force.get_kill_count_statistics(entity.surface).on_flow("transport-drone-1", -1)

New response