Baystation issue #46

Timer, signaler, proximity sensors and infrared igniters should know
work properly. Do not check the nanoui callback.
This commit is contained in:
Mahzel
2016-02-02 21:02:06 +01:00
parent dbf7fc178f
commit 9f79035c4d
5 changed files with 7 additions and 6 deletions
+1 -1
View File
@@ -120,7 +120,7 @@
Topic(href, href_list)
if(..()) return 1
..()
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
usr << browse(null, "window=infra")
onclose(usr, "infra")
+1 -1
View File
@@ -129,7 +129,7 @@
Topic(href, href_list)
if(..()) return 1
..()
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
usr << browse(null, "window=prox")
onclose(usr, "prox")
+1 -1
View File
@@ -70,7 +70,7 @@
Topic(href, href_list)
if(..()) return 1
..()
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
usr << browse(null, "window=radio")
+2 -2
View File
@@ -83,7 +83,7 @@
Topic(href, href_list)
if(..()) return 1
..()
if(!usr.canmove || usr.stat || usr.restrained() || !in_range(loc, usr))
usr << browse(null, "window=timer")
onclose(usr, "timer")
@@ -105,4 +105,4 @@
if(usr)
attack_self(usr)
return
return