diff --git a/code/game/dna.dm b/code/game/dna.dm
index c8779569fc4..4c820e46597 100644
--- a/code/game/dna.dm
+++ b/code/game/dna.dm
@@ -748,8 +748,10 @@
/obj/machinery/computer/scan_consolenew/New()
..()
- spawn( 5 )
+ spawn(5)
src.connected = locate(/obj/machinery/dna_scannernew, get_step(src, WEST))
+ spawn(250)
+ src.injectorready = 1
return
return
diff --git a/code/game/machinery/computer/cloning.dm b/code/game/machinery/computer/cloning.dm
index 532df625ba3..4f3d10d77f8 100644
--- a/code/game/machinery/computer/cloning.dm
+++ b/code/game/machinery/computer/cloning.dm
@@ -27,7 +27,7 @@
var/buffer2iue = 0
var/buffer3iue = 0
var/delete = 0
- var/injectorready = 1
+ var/injectorready = 0 //Quick fix for issue 286 (screwdriver the screen twice to restore injector) -Pete
var/temphtml = null
var/obj/machinery/dna_scanner/connected = null
var/obj/item/weapon/disk/data/diskette = null
diff --git a/code/game/machinery/computer/communications.dm b/code/game/machinery/computer/communications.dm
index 7df6d84f0c9..ac99ed5b355 100644
--- a/code/game/machinery/computer/communications.dm
+++ b/code/game/machinery/computer/communications.dm
@@ -478,7 +478,7 @@
/obj/machinery/computer/communications/proc/post_status(var/command, var/data1, var/data2)
- var/datum/radio_frequency/frequency = radio_controller.return_frequency(status_display_freq)
+ var/datum/radio_frequency/frequency = radio_controller.return_frequency(1435)
if(!frequency) return
diff --git a/code/game/machinery/spaceheater.dm b/code/game/machinery/spaceheater.dm
index a46e1efec73..52b79c05f3b 100644
--- a/code/game/machinery/spaceheater.dm
+++ b/code/game/machinery/spaceheater.dm
@@ -23,10 +23,10 @@
return
update_icon()
+ overlays = null
+ icon_state = "sheater[on]"
if(open)
- icon_state = "sheater-open"
- else
- icon_state = "sheater[on]"
+ overlays += "sheater-open"
return
examine()
diff --git a/code/game/objects/items/weapons/implants/implant.dm b/code/game/objects/items/weapons/implants/implant.dm
index 8a75655bb37..4c7750e269f 100644
--- a/code/game/objects/items/weapons/implants/implant.dm
+++ b/code/game/objects/items/weapons/implants/implant.dm
@@ -174,7 +174,7 @@ the implant may become unstable and either pre-maturely inject the subject or si
get_data()
var/dat = {"
Implant Specifications:
-Name: NanoTrasen Employee Management Implant
+Name: Nanotrasen Employee Management Implant
Life: Ten years.
Important Notes: Personnel injected with this device tend to be much more loyal to the company.