mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
fixes missing pass check
This commit is contained in:
@@ -1576,6 +1576,9 @@ var/mob/dview/dview_mob = new
|
|||||||
return "\[[url_encode(thing.tag)]\]"
|
return "\[[url_encode(thing.tag)]\]"
|
||||||
return "\ref[input]"
|
return "\ref[input]"
|
||||||
|
|
||||||
|
/proc/pass()
|
||||||
|
return
|
||||||
|
|
||||||
// Painlessly creates an <a href=...> element.
|
// 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.
|
// 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").
|
// Second one is for all the params that will be sent. Uses an assoc list (e.g. "value" = "5").
|
||||||
|
|||||||
Reference in New Issue
Block a user