ID:1971358
 
Resolved
The attempt to fix the bitwise operators at compile-time created a new bug in which the | and ^ operators accidentally compiled as & when a constant number was included in the expression.
BYOND Version:509.1310
Operating System:N/A
Web Browser:N/A
Applies to:Dream Maker
Status: Resolved (509.1311)

This issue has been resolved.
Descriptive Problem Summary:

The | and ^ operators are straight-up broken when compiling any expression combining them with a constant number; the operation compiles as & instead.
Lummox JR resolved issue with message:
The attempt to fix the bitwise operators at compile-time created a new bug in which the | and ^ operators accidentally compiled as & when a constant number was included in the expression.