Stunswords! (#5179)

* adds in stunswords

* inhands!

* fixes cell charge text.

* adds in the kit and also fuck admin.txt

* Fixes some formatting

* replaces the placeholder icon with

* i hate everything

* tries to fix the dme. hopefully.

* tries again
This commit is contained in:
cebutris
2018-02-04 23:10:21 -05:00
committed by Poojawa
parent 91345fddc1
commit 44908503bf
6 changed files with 34 additions and 2 deletions
+2 -2
View File
@@ -63,9 +63,9 @@
/obj/item/melee/baton/examine(mob/user)
..()
if(cell)
to_chat(user, "<span class='notice'>The baton is [round(cell.percent())]% charged.</span>")
to_chat(user, "<span class='notice'>\The [src] is [round(cell.percent())]% charged.</span>")
else
to_chat(user, "<span class='warning'>The baton does not have a power source installed.</span>")
to_chat(user, "<span class='warning'>\The [src] does not have a power source installed.</span>")
/obj/item/melee/baton/attackby(obj/item/W, mob/user, params)
if(istype(W, /obj/item/stock_parts/cell))