Fixes a few more runtimes

This commit is contained in:
Heroman
2022-09-06 05:37:37 +10:00
parent 3ba4e4b189
commit e9687e294b
5 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -100,7 +100,7 @@
/obj/item/weapon/melee/baton/examine(mob/user)
. = ..()
if(Adjacent(user, src))
if(Adjacent(user))
if(bcell)
. += "<span class='notice'>The baton is [round(bcell.percent())]% charged.</span>"
if(!bcell)