From b712bc9182424b684760b4197235d8ad596c4584 Mon Sep 17 00:00:00 2001 From: Richard Wheeler <2762690+zephyris@users.noreply.github.com> Date: Wed, 1 Oct 2025 21:11:38 +0100 Subject: [PATCH] Add: Support for Action5 type 1B bridge deck overlays --- nml/actions/action5.py | 1 + 1 file changed, 1 insertion(+) diff --git a/nml/actions/action5.py b/nml/actions/action5.py index 04059b782..4c16955d1 100644 --- a/nml/actions/action5.py +++ b/nml/actions/action5.py @@ -85,6 +85,7 @@ class Action5BlockType: "OTTD_RECOLOUR": (0x18, 1, Action5BlockType.OFFSET), "ROAD_WAYPOINTS": (0x19, 4, Action5BlockType.OFFSET), "OVERLAY_ROCKS": (0x1A, 95, Action5BlockType.OFFSET), + "BRIDGE_DECKS": (0x1B, 24, Action5BlockType.OFFSET), }