Stunbaton fixes

This commit is contained in:
ZomgPonies
2013-11-27 09:18:53 -05:00
parent bac26d75e9
commit 289d5adc36
2 changed files with 11 additions and 10 deletions
@@ -86,6 +86,7 @@
if(bcell && bcell.charge)
if(bcell.charge < hitcost)
status = 0
user << "<span class='warning'>[src] is out of charge.</span>"
else
status = !status
user << "<span class='notice'>[src] is now [status ? "on" : "off"].</span>"