Repair Turret

by Klonan

Adds Repair Turrets

Content
1 year, 3 months ago
0.17 - 1.1
84.5K
Combat Logistic network

b Spidertron is not repaired

2 years ago

Hi Klonan,

this is a very similar issue with https://mods.factorio.com/mod/Repair_Turret/discussion/5e2c029527e828000c2d74c4
it was trains in the previous issue but now it is Spidertron. you check entities listed in a file. if you add below line (should be line 37)

["construction-robot"] = true,
["logistic-robot"] = true,
["spider-vehicle"] = true -- << this is the line
}

into file

script\repair_turret.lua
(around line 35+)

then repair turrets shall also repair spidertrons moving in and out of the repair turret construction zone area.

if anyone has same problem, then the above should fix.
Regards

1 year, 10 months ago

Thanks, I fixed it

New response