Wireless button updates

Added toggle variants for buttons, allowing them to "deactivate" connected devices.
Converted flashers and holosigns.
Fixes to keep in line with upstream.
This commit is contained in:
Loganbacca
2015-11-22 22:32:52 +13:00
parent 750414e280
commit 56bf894ee1
9 changed files with 129 additions and 34 deletions
+2 -3
View File
@@ -49,9 +49,8 @@
message_admins("Emitter deleted at ([x],[y],[z] - <A HREF='?_src_=holder;adminplayerobservecoodjump=1;X=[x];Y=[y];Z=[z]'>JMP</a>)",0,1)
log_game("Emitter deleted at ([x],[y],[z])")
investigate_log("<font color='red'>deleted</font> at ([x],[y],[z])","singulo")
if(wifi_receiver)
qdel(wifi_receiver)
wifi_receiver = null
qdel(wifi_receiver)
wifi_receiver = null
..()
/obj/machinery/power/emitter/update_icon()