Attempting to access/modify vis_contents through just atom instead of any of its derivatives throws an undefined var error. I don't believe this is intended since according to the documentation it should be under atom. It works fine for turfs, objs, mobs, & movable atoms.
Numbered Steps to Reproduce Problem:
Code Snippet (if applicable) to Reproduce Problem:
atom/proc/Test()
var/image/i = image('blank.dmi')
vis_contents += i
Expected Results:
Compiles code.
Actual Results:
error: vis_contents: undefined var
Does the problem occur:
Every time? Or how often? Every time.
In other games?
In other user accounts?
On other computers? Was tested on another computer running on beta.
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:
vars["vis_contents"] += i