mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 03:57:48 +01:00
first pass (emotification, some \the -> \The)
This commit is contained in:
@@ -83,7 +83,7 @@ var/list/ghost_traps
|
||||
to_chat(target, "<b>Remember, the purpose of your existence is to serve the crew and the station. Above all else, do no harm.</b>")
|
||||
to_chat(target, "<b>Use say #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("<b>\The [src]</b> chimes quietly.")
|
||||
var/obj/item/device/mmi/digital/posibrain/P = target.loc
|
||||
if(!istype(P)) //wat
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user