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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user