Wrenches no longer spawn with a random pixel offset to the right.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2628 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz@gmail.com
2011-12-06 14:39:19 +00:00
parent 4764cdc990
commit cb19629c18
-6
View File
@@ -21,12 +21,6 @@ WELDINGTOOOL
origin_tech = "materials=1;engineering=1"
New()
if (prob(75))
src.pixel_x = rand(0, 16)
return
// SCREWDRIVER
/obj/item/weapon/screwdriver/New()