mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-29 15:08:02 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user