Fixed fuel tank.

git-svn-id: http://tgstation13.googlecode.com/svn/trunk@315 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
uporotiy
2010-10-18 20:05:31 +00:00
parent 50b8c9dd35
commit b7e9dd1355
+2 -1
View File
@@ -146,7 +146,8 @@ WELDINGTOOOL
else if (istype(O, /obj/reagent_dispensers/fueltank) && get_dist(src,O) <= 1 && src.welding)
user << "\red That was stupid of you."
explosion(O.loc,2,4,8)
explosion(O.loc,-1,3,6)
usr.gib(1)
else if (src.welding)
use_fuel(1)