link() stopped when used to call Topic()
It works in 507.1274, it stops working at 507.1275
Numbered Steps to Reproduce Problem:
1. Use link with a topic call
Code Snippet (if applicable) to Reproduce Problem:
mob/verb/testLink()
src << link("byond://?src=\ref[src]")
mob/Topic(href, href_list[])
..()
world << 1
Expected Results:
It'll pass into Topic, world will get 1.
Actual Results:
Nothing (visible) happens
Does the problem occur:
Every time? Or how often? Every time
In other games? Yes
In other user accounts? Yes
On other computers? Yes
When does the problem NOT occur?
When using 507.1274 or below
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.)
507.1274
Workarounds:
No idea yet.
src << link("http://www.byond.com")