Update weldingtool.dm

This commit is contained in:
Heroman3003
2023-01-19 12:33:24 +10:00
committed by GitHub
parent 1966acb410
commit ec2ea599ed
@@ -91,13 +91,9 @@
if(S.robo_repair(15, BRUTE, "some dents", src, user))
remove_fuel(1, user)
<<<<<<< HEAD
return 1
return TRUE
else
return 1 //Stops you from accidentally harming someone while on help intent.
=======
return TRUE
>>>>>>> 02c3aebf2a3... Repairing light robotic damage messaging fix (#8870)
return TRUE //Stops you from accidentally harming someone while on help intent.
return ..()