Changes between Version 17 and Version 18 of Rules/ValidatingBuildingsInHOTTMProjects


Ignore:
Timestamp:
2023-05-09T16:13:30+02:00 (3 years ago)
Author:
Patrik_B
Comment:

added exception for tunnel withuot layer tag if it is building_passage thanks to michael63

Legend:

Unmodified
Added
Removed
Modified
  • Rules/ValidatingBuildingsInHOTTMProjects

    v17 v18  
    2929
    3030/*
    31   Tunnel without layer tag. Added thanks to Filip009
     31  Tunnel without layer tag. Added thanks to Filip009 and exception thanks to michael63
    3232*/
    33 *[tunnel][!layer]{
     33*[tunnel][tunnel!=building_passage][!layer]{
    3434throwWarning: tr("_Fix - _Tunnel is missing layer tag");
    3535fixAdd: "layer=-1";