Attempting to add something to vis_contents for an /atom results in and 'undefined var' error. The var claims to belong to /atom.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
atom
New()
.=..()
var/obj/O = new
vis_contents += O
Expected Results:
vis_contents to be valid for /atom
Actual Results:
invalid var error
Does the problem occur:
Every time? Or how often?
In other games?
In other user accounts?
On other computers?
When does the problem NOT occur?
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.)
Workarounds: