mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixed fuel tank.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@315 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user