Converted emitter remote control

Also converted crematoriums, although they are not working at the moment.
Removed redundant wireless manager file.
This commit is contained in:
Loganbacca
2015-11-22 22:32:51 +13:00
parent c1159c8f4d
commit a9555b0175
7 changed files with 63 additions and 50 deletions
+8
View File
@@ -187,6 +187,14 @@
var/id = 1
var/locked = 0
var/_wifi_id
var/datum/wifi/receiver/button/crematorium/wifi_receiver
/obj/structure/crematorium/New()
..()
if(_wifi_id)
wifi_receiver = new(_wifi_id)
/obj/structure/crematorium/Destroy()
if(connected)
qdel(connected)