Just camera things

This commit is contained in:
D3athrow
2015-02-20 18:50:12 -06:00
parent 974033193c
commit b0513ba8cc
14 changed files with 43 additions and 23 deletions

View File

@@ -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