ID:2535529
 
BYOND Version:512
Operating System:Windows 8 64-bit
Web Browser:Chrome 80.0.3987.16
Applies to:Dream Seeker
Status: Open

Issue hasn't been assigned a status value.
Descriptive Problem Summary:
You leave the viewing area of the roof and enter again sometimes some are not rendered.

Numbered Steps to Reproduce Problem:
1 - Enter under the roof.
2 - Get out from under the roof.
3 - Walk left until you no longer see the roof.
4 - Walk to the right to see the roof again.
5 - Do what an hour will give the bug.

Code Snippet (if applicable) to Reproduce Problem:
area
Roofs
Entered(atom/movable/o)
if(istype(o, /players))
o:see_invisible = 0
..()

Exited(atom/movable/o)
if(istype(o, /players))
o:see_invisible = 1
..()

Roof_01
icon = 'obj_roof_64.dmi'
icon_state = "r-01"
invisibility = 1
layer = 10

R_01 icon_state = "r-01"


Explanatory Video:
https://youtu.be/7vC5QtiQods

Expected Results:
All roofs render without any error.

Actual Results:
Some roofs are not being rendered.

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

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

Workarounds:
None found.
I'll need a test project to examine this.