Puts UI on it's own plane

This commit is contained in:
monster860
2016-06-06 17:12:28 -04:00
parent 4af414f1b0
commit 64ea452f20
29 changed files with 61 additions and 2 deletions
@@ -113,6 +113,7 @@ var/global/list/rad_collectors = list()
return
Z.loc = get_turf(src)
Z.layer = initial(Z.layer)
Z.plane = initial(Z.plane)
src.P = null
if(active)
toggle_power()