mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-22 12:29:46 +01:00
Miscellaneous fixes (#1349)
fixes posibrain message fixes a runtime error with devouring small optimisation to radios
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user