when are we gonna port this
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user