ID:1921487
 
Resolved
Atoms that were on the map and had a screen_loc defined would appear on the HUD even when not added to client.screen.
BYOND Version:508.1297
Operating System:N/A
Web Browser:N/A
Applies to:Webclient
Status: Resolved (508.1298)

This issue has been resolved.
Descriptive Problem Summary:

Objects that aren't added to client.screen but are on the map will show up on the HUD as long as they have a screen_loc.

Code Snippet (if applicable) to Reproduce Problem:
mob
icon = 'smile.dmi'
screen_loc = "1,1"


Expected Results:

The atom should only appear on the map at its normal loc, not at its screen_loc, because it hasn't been added to client.screen yet.

Actual Results:

The atom appears in both positions.
Lummox JR resolved issue with message:
Atoms that were on the map and had a screen_loc defined would appear on the HUD even when not added to client.screen.