mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 11:37:40 +01:00
Removed a pointless return
Put a unique examine text for borgs in its place as originally intended.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user