mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-26 13:37:58 +01:00
Further tweaking because miscalculations.
git-svn-id: http://tgstation13.googlecode.com/svn/trunk@316 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -146,8 +146,10 @@ 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,-1,3,6)
|
||||
explosion(O.loc,-1,-1,2)
|
||||
usr.gib(1)
|
||||
if(O)
|
||||
del(O)
|
||||
|
||||
else if (src.welding)
|
||||
use_fuel(1)
|
||||
|
||||
Reference in New Issue
Block a user