when are we gonna port this

This commit is contained in:
Linzolle
2019-10-23 21:54:14 -05:00
parent 8f78bfeb26
commit 326e5ec8a9
@@ -614,16 +614,16 @@ Congratulations! You are now trained for invasive xenobiology research!"}
. = ..()
/obj/item/abductor/baton/examine(mob/user)
. = ..()
..()
switch(mode)
if(BATON_STUN)
. += "<span class='warning'>The baton is in stun mode.</span>"
to_chat(user, "<span class='warning'>The baton is in stun mode.</span>")
if(BATON_SLEEP)
. += "<span class='warning'>The baton is in sleep inducement mode.</span>"
to_chat(user, "<span class='warning'>The baton is in sleep inducement mode.</span>")
if(BATON_CUFF)
. += "<span class='warning'>The baton is in restraining mode.</span>"
to_chat(user, "<span class='warning'>The baton is in restraining mode.</span>")
if(BATON_PROBE)
. += "<span class='warning'>The baton is in probing mode.</span>"
to_chat(user, "<span class='warning'>The baton is in probing mode.</span>")
/obj/item/radio/headset/abductor
name = "alien headset"