Runtime fix for moving around your hands a light tile. The new() proc of the light tiles missed some vars that the parent proc uses.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5434 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
aranclanos@hotmail.com
2012-12-31 08:42:11 +00:00
parent 10cd5b1ca7
commit 5f90ea1a0f
@@ -14,7 +14,7 @@
var/on = 1
var/state //0 = fine, 1 = flickering, 2 = breaking, 3 = broken
/obj/item/stack/tile/light/New()
/obj/item/stack/tile/light/New(var/loc, var/amount=null)
..()
if(prob(5))
state = 3 //broken