Merge pull request #10237 from phil235/ShredsRuntimeFix

Fixes a runtime with shreds when it is burnt.
This commit is contained in:
Cheridan
2015-06-29 21:21:42 -05:00
@@ -161,4 +161,5 @@
/obj/effect/decal/cleanable/shreds/New()
pixel_x = rand(-5, 5)
pixel_y = rand(-5, 5)
pixel_y = rand(-5, 5)
..()