ID:87810
 
Not a bug
BYOND Version:461
Operating System:Windows XP Pro
Web Browser:Firefox 3.5.6
Status: Not a bug

This is not a bug. It may be an incorrect use of syntax or a limitation in the software. For further discussion on the matter, please consult the BYOND forums.
Descriptive Problem Summary:
I am unable to delete any sort of *.png's



Code Snippet:
        NormalTree
icon = 'NormalTree.png'
layer = 7


Numbered Steps to Reproduce Problem:
1) Add a turf to that tile (the turf just goes under the tree instead of over it)
2) Change the Tree's layer in its programming

Expected Results:
I figured it'd just delete the tree tile.

Actual Results:
The turf just layered under the tree.

Does the problem occur:
Every time? Or how often? Every time.

When does the problem NOT occur? Never.

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.)

It didn't do this until BYOND v461

Workarounds:
Re-code the Tree's programming snippet to remove it from the map.
Firstly;
only the bottom left corner of the object (0,0 to 32,32 on the icon) is the actual turf.
Also...Make it a goddamn object. :(