Update power_cells.dm

derped a debug message into the commit
This commit is contained in:
LordBraindead
2013-07-14 21:22:09 +02:00
parent 08d2e22220
commit 53c73f6b85
@@ -118,9 +118,7 @@
g_amt = 0
/obj/item/weapon/cell/fire_burn()
viewers(src) << "\red <b>Charge: [src.charge]</b>"
var/radius = round( (sqrt(charge)/30)+0.5, 1 )
viewers(src) << "\red <b>Radius: [radius]</b>"
if (radius >= 1)
explosion(src.loc,0,0,radius)
..()
..()