ID:2410281
 
Compile States: "RTS\Zones.dm:628:error: expected expression"
Code line:
            dir=WEST

Code Snippet:
        WEST
dir=WEST

Lmk if you want the source to explain the potential issue. I had 0 errors before updating, and I even openned up backups and the issue still arose.

You can no longer use "WEST" in your type-paths, 512 changes them from const vars to #defines.

The
dir=WEST


Line is fine, the line above it will need to be changed to something else.
Makes sense. Thanks you!