Merge pull request #40196 from 81Denton/multitool-descs

Shows buffer info when examining multitools+quantum pads
This commit is contained in:
Jordan Brown
2018-09-10 13:48:40 -04:00
committed by GitHub
2 changed files with 33 additions and 11 deletions
@@ -32,6 +32,13 @@
var/datum/integrated_io/selected_io = null //functional for integrated circuits.
var/mode = 0
/obj/item/multitool/examine(mob/user)
..()
if(selected_io)
to_chat(user, "<span class='notice'>Activate [src] to detach the data wire.</span>")
if(buffer)
to_chat(user, "<span class='notice'>Its buffer contains [buffer].</span>")
/obj/item/multitool/suicide_act(mob/living/carbon/user)
user.visible_message("<span class='suicide'>[user] puts the [src] to [user.p_their()] chest. It looks like [user.p_theyre()] trying to pulse [user.p_their()] heart off!</span>")
return OXYLOSS//theres a reason it wasnt recommended by doctors