We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8d7c90 commit d8105bbCopy full SHA for d8105bb
1 file changed
scripts/entity-selection.lua
@@ -27,6 +27,10 @@ function mod.ent_is_primary(ent, pindex)
27
and ent.type ~= "corpse"
28
and ent.type ~= "rocket-silo-rocket-shadow"
29
and ent.type ~= "resource"
30
+ and ent.type ~= "straight-rail"
31
+ and ent.type ~= "curved-rail"
32
+ and ent.type ~= "legacy-straight-rail"
33
+ and ent.type ~= "legacy-curved-rail"
34
and (ent.type ~= "character" or ent.player ~= pindex)
35
end
36
0 commit comments