ID:2388972
 
BYOND Version:512.1443
Operating System:Windows 10 Pro
Web Browser:Chrome 68.0.3440.75
Applies to:Dream Maker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary: I am not sure how to describe this problem, but it basically happens when you try to create the same atom's type including {vars}

Numbered Steps to Reproduce Problem: Just copy and paste the code below

Code Snippet (if applicable) to Reproduce Problem:
obj/Window
Click()
var/obj/Window/A = new/obj/Window {pixel_x = 0} ()


Expected Results: Clicking the window should create another window

Actual Results: A lot of errors once you compile the source

Does the problem occur:
Every time? Or how often? Always
In other games? Yes
In other user accounts? Yes
On other computers? Yes

When does the problem NOT occur? When the type you create is not the same as the one that is calling new/...

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.) I am not sure :S