Transport Drones


Adds transport drones and transport depots

Content
2 months ago
2.0
2.90K

b Error

23 days 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>

3 days ago

I have the same problem.

3 days ago

I have the same problem.

a day 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