Removed a pointless return

Put a unique examine text for borgs in its place as originally intended.
This commit is contained in:
AzuleUtama
2018-11-11 01:55:03 +00:00
parent ed7477c37e
commit df053924f1
+1 -1
View File
@@ -72,7 +72,7 @@
/obj/item/melee/baton/examine(mob/user)
..(user)
if(isrobot(loc))
return
to_chat(user, "<span class='notice'>This baton is drawing power directly from your own internal charge.</span>")
if(bcell)
to_chat(user, "<span class='notice'>The baton is [round(bcell.percent())]% charged.</span>")
if(!bcell)