mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 10:21:11 +00:00
Just camera things
This commit is contained in:
@@ -19,6 +19,9 @@
|
||||
if(ui.ref)
|
||||
var/href = "close=1"
|
||||
src.Topic(href, params2list(href), ui.ref) // this will direct to the atom's Topic() proc via client.Topic()
|
||||
else if(ui.src_object)
|
||||
var/href = "close=1"
|
||||
src.Topic(href, params2list(href), ui.src_object) // this will direct to the atom's Topic() proc via client.Topic()
|
||||
else if (ui.on_close_logic)
|
||||
// no atomref specified (or not found)
|
||||
// so just reset the user mob's machine var
|
||||
|
||||
Reference in New Issue
Block a user