Miscellaneous fixes (#1349)

fixes posibrain message
fixes a runtime error with devouring
small optimisation to radios
This commit is contained in:
NanakoAC
2016-12-30 13:43:38 +02:00
committed by skull132
parent 7d5450efd4
commit 85aa8cdaba
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -109,7 +109,7 @@ var/list/ghost_traps
target << "<b>Remember, the purpose of your existence is to serve the crew and the station. Above all else, do no harm.</b>"
target << "<b>Use say [target.get_language_prefix()]b to speak to other artificial intelligences.</b>"
var/turf/T = get_turf(target)
T.visible_message("<span class='notice'>\The [src] chimes quietly.</span>")
T.visible_message("<span class='notice'>\The [target] chimes quietly.</span>")
var/obj/item/device/mmi/digital/posibrain/P = target.loc
if(!istype(P)) //wat
return