From 366a605915287593d90e81ed7a8e2e78562f4c26 Mon Sep 17 00:00:00 2001 From: Trilbyspaceclone <30435998+Trilbyspaceclone@users.noreply.github.com> Date: Thu, 29 Oct 2020 10:53:45 -0400 Subject: [PATCH] Update weldingtool.dm --- code/game/objects/items/tools/weldingtool.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/game/objects/items/tools/weldingtool.dm b/code/game/objects/items/tools/weldingtool.dm index 4b184b432b..8e4fb05d71 100644 --- a/code/game/objects/items/tools/weldingtool.dm +++ b/code/game/objects/items/tools/weldingtool.dm @@ -374,7 +374,6 @@ name = "brass welding tool" desc = "A brass welder that seems to constantly refuel itself. It is faintly warm to the touch." resistance_flags = FIRE_PROOF | ACID_PROOF - next_fueling = 5 //makes welding fuel faster than experimental ones icon_state = "clockwelder" item_state = "brasswelder"