fixes telebatons runtiming and not being able to be extended

This commit is contained in:
Kraseo
2020-03-02 02:47:21 +01:00
parent 508511cb86
commit 41e4de9287
+1 -1
View File
@@ -345,6 +345,7 @@
/obj/item/melee/classic_baton/telescopic/attack_self(mob/user)
on = !on
var/list/desc = get_on_description()
if(on)
to_chat(user, desc["local_on"])
icon_state = on_icon_state
@@ -360,7 +361,6 @@
w_class = WEIGHT_CLASS_SMALL
force = force_off
attack_verb = list("hit", "poked")
playsound(src.loc, on_sound, 50, 1)
add_fingerprint(user)