mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-21 03:56:47 +01:00
Update weldingtool.dm
This commit is contained in:
@@ -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 ..()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user