WELDER fixed

- Now hurts your eyes again if you use it unprotected.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1011 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
baloh.matevz
2011-02-09 23:54:18 +00:00
parent c322b605b3
commit f82dbfe28d
5 changed files with 7 additions and 7 deletions

View File

@@ -132,7 +132,7 @@
else if(istype(I, /obj/item/weapon/weldingtool))
var/obj/item/weapon/weldingtool/W = I
if(W.remove_fuel(2))
if(W.remove_fuel(2,user))
playsound(src.loc, 'Welder2.ogg', 100, 1)
user << "Welding the pipe in place."
if(do_after(user, 20))

View File

@@ -685,7 +685,7 @@
var/obj/item/weapon/weldingtool/W = I
if(W.welding)
if(W.remove_fuel(3))
if(W.remove_fuel(3,user))
playsound(src.loc, 'Welder2.ogg', 100, 1)
// check if anything changed over 2 seconds
var/turf/uloc = user.loc