ID:2469308
 
Resolved
Regression: Several mouse hit problems cropped up as a result of the overhaul in the last version.
BYOND Version:512.1468
Operating System:Windows 7 Pro 64-bit
Web Browser:Firefox 67.0
Applies to:Dream Seeker
Status: Resolved (512.1469)

This issue has been resolved.
Descriptive Problem Summary:
Any object with modified transform does not show up in right click verb menu

Numbered Steps to Reproduce Problem:

Code Snippet (if applicable) to Reproduce Problem:
/mob/verb/test_me()
set name = "test"
set src in world
world << "Test"

/mob/verb/change_my_transform()
var/matrix/M = matrix()
M.Scale(2,2)
transform = M

Right click on mob once.
Use change transform verb.
Right click on mob second time.

Expected Results:
First verb visible after using the second.

Actual Results:
No menu appears.

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

When does the problem NOT occur? Transform is not modified.

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? Appeared in 512.1468

Lummox JR resolved issue with message:
Regression: Several mouse hit problems cropped up as a result of the overhaul in the last version.