Skip to content

Commit

Permalink
Add: Support for Action5 type 1A overlay rocks (#365)
Browse files Browse the repository at this point in the history
  • Loading branch information
zephyris authored Mar 4, 2025
1 parent d9290e6 commit 388f6b7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nml/actions/action5.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ class Action5BlockType:
"RAILTYPE_TUNNELS": (0x17, 16, Action5BlockType.OFFSET),
"OTTD_RECOLOUR": (0x18, 1, Action5BlockType.OFFSET),
"ROAD_WAYPOINTS": (0x19, 4, Action5BlockType.OFFSET),
"OVERLAY_ROCKS": (0x1A, 95, Action5BlockType.OFFSET),
}


Expand Down

0 comments on commit 388f6b7

Please sign in to comment.