Skip to content

Commit

Permalink
Update code/game/objects/items/tools/maintenance_tools.dm
Browse files Browse the repository at this point in the history
Co-authored-by: Drathek <[email protected]>
  • Loading branch information
Diegoflores31 and Drulikar committed Jun 10, 2024
1 parent 1c2d801 commit 424a3c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/game/objects/items/tools/maintenance_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,8 @@
if(user.action_busy)
return
if(target_limb.brute_dam && welding)
remove_fuel(1,user)
if(!remove_fuel(1,user))
return
if(user == humanus)
user.visible_message(SPAN_WARNING("\The [user] begins fixing some dents on from its [target_limb.display_name]."), \
SPAN_WARNING("You try to patch some dents on your [target_limb.display_name] by yourself"))
Expand Down

0 comments on commit 424a3c5

Please sign in to comment.