startsplus: not_blocking_trains (advtrains)

fork-master
Yiu Man Ho 2021-05-29 09:23:56 +08:00
parent 3b97ea5697
commit 548222dc2f
No known key found for this signature in database
GPG Key ID: 487383E748B09687
1 changed files with 1 additions and 0 deletions

View File

@ -166,6 +166,7 @@ stairsplus.register_single = function(category, alternate, info, modname, subnam
def.description = desc_base
if category == "slope" then
def.drawtype = "mesh"
def.group.not_blocking_trains = 1
elseif category == "stair" and alternate == "" then
def.groups.stair = 1
end