Skip to content

Commit bfe920d

Browse files
committed
Fix a missing departure signal tagging combination
1 parent 63073a8 commit bfe920d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

signals.mss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1341,7 +1341,8 @@ Format details:
13411341
/* NL departure light signals */
13421342
/******************************/
13431343
["feature"="NL"]["departure_form"="light"],
1344-
["feature"="NL:VL"]["departure_form"="light"] {
1344+
["feature"="NL:VL"]["departure_form"="light"],
1345+
["feature"="NL:VL"]["departure_form"="NL:light"] {
13451346
::text {
13461347
text-name: [ref];
13471348
text-dy: 12;

0 commit comments

Comments
 (0)