(Porta) turret update, map area update

This commit is contained in:
Markolie
2015-03-01 02:10:32 +01:00
parent bbcc9e63ce
commit b28f791f8f
21 changed files with 2466 additions and 1712 deletions
+3 -2
View File
@@ -144,10 +144,9 @@ nanoui is used to open and update nano browser uis
return
var/status = user.can_interact_with_interface(host.nano_host())
set_status(status, push_update)
if(status == STATUS_CLOSE)
close()
else
set_status(status, push_update)
/*
Procs called by update_status()
@@ -501,6 +500,8 @@ nanoui is used to open and update nano browser uis
if (width && height)
window_size = "size=[width]x[height];"
update_status(0)
if(status == STATUS_CLOSE)
return
var/html=get_html()
if(src.writeDebug)
var/f = file("nano/debug.html")