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