Fixes the double-energy draw of the esword, makes the syndicate icon properly display for the borg.

This commit is contained in:
VistaPOWA
2014-01-11 17:04:17 +01:00
parent fe410178fb
commit 671b49cba1
2 changed files with 3 additions and 3 deletions
@@ -136,10 +136,9 @@
if(R.cell)
var/obj/item/weapon/cell/C = R.cell
if(active && !(C.use(hitcost)))
attack_self()
attack_self(R)
R << "<span class='notice'>It's out of charge!</span>"
return
C.use(hitcost)
..()
return