mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-31 07:58:22 +01:00
Fixes a few more runtimes
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user