Fixed a problem with being unable to electrify insulated gloves. My bad!

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1937 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
vageyenaman@gmail.com
2011-07-26 23:39:43 +00:00
parent bce6042fb7
commit dd0c6e333e
+1 -1
View File
@@ -79,7 +79,7 @@
// s.start()
// if (prob(80+(G.siemens_coefficient*100)) && electrocute_mob(user, src, src))
// return 1
if(!istype(src, /obj/item/clothing/gloves/yellow))
if(!istype(W, /obj/item/clothing/gloves/yellow))
if(!G.wired)
user << "You run an electrical current through the gloves, but nothing happens!"
return