adds telebaton implant

This commit is contained in:
Birdtalon
2018-09-22 12:13:43 +01:00
parent d6dc26cf22
commit 568d920395
+8 -1
View File
@@ -318,4 +318,11 @@
if(H.nutrition > NUTRITION_LEVEL_WELL_FED)
to_chat(H, "<span class='notice'>You are now fully charged.</span>")
break
H.visible_message("<span class='notice'>[H] unplugs from \the [A].</span>", "<span class='notice'>You unplug from \the [A].</span>")
H.visible_message("<span class='notice'>[H] unplugs from \the [A].</span>", "<span class='notice'>You unplug from \the [A].</span>")
/obj/item/organ/internal/cyberimp/arm/telebaton
name = "telebaton implant"
desc = "Telescopic baton implant."
var/list/items_list = list(/obj/item/melee/classic_baton/telescopic)