ID:2129943
 
BYOND Version:511.1352
Operating System:Windows 10 Home 64-bit
Web Browser:Chrome 52.0.2743.116
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
For anonymous types, such as:
new /obj {
density = FALSE
layer = FLOAT_LAYER
}

The compiler will complain that FALSE and FLOAT_LAYER are undefined variables, when they're pretty clearly constants at compile-time.

Using #define instead of var/const is a crappy workaround.

It's been this way forever, but there must be a way to allow this.