Gives multitoolable assemblies examine text about it (#25500)

* Gives multitoolable assemblies examine text about it

* oxford comma
This commit is contained in:
XDTM
2017-03-27 10:36:41 +13:00
committed by oranges
parent 1d4531f0d4
commit 8963b8f8e1
2 changed files with 7 additions and 1 deletions
+3 -1
View File
@@ -11,7 +11,9 @@
var/health_scan
var/alarm_health = 0
/obj/item/device/assembly/health/examine(mob/user)
..()
to_chat(user, "<span class='notice'>Use a multitool to swap between \"detect death\" mode and \"detect critical state\" mode.</span>")
/obj/item/device/assembly/health/activate()
if(!..())
+4
View File
@@ -17,6 +17,10 @@
"recognizer",
"voice sensor")
/obj/item/device/assembly/voice/examine(mob/user)
..()
to_chat(user, "<span class='notice'>Use a multitool to swap between \"inclusive\", \"exclusive\", \"recognizer\", and \"voice sensor\" mode.</span>")
/obj/item/device/assembly/voice/Hear(message, atom/movable/speaker, message_langs, raw_message, radio_freq, list/spans)
if(speaker == src)
return