fixes missing pass check

This commit is contained in:
Repede
2020-03-01 15:21:59 -05:00
parent ae47a6a346
commit eca5d6f7a0

View File

@@ -1576,6 +1576,9 @@ var/mob/dview/dview_mob = new
return "\[[url_encode(thing.tag)]\]"
return "\ref[input]"
/proc/pass()
return
// Painlessly creates an <a href=...> element.
// First argument is where to send the Topic call to when clicked. Should be a reference to an object. This is generally src, but not always.
// Second one is for all the params that will be sent. Uses an assoc list (e.g. "value" = "5").