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
Braces begone

Co-authored-by: harryob <[email protected]>
  • Loading branch information
Ansekishokuu and harryob authored Oct 27, 2024
1 parent 0da441d commit 6c7f68c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/tools/maintenance_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@
/obj/item/tool/weldingtool/Initialize()
. = ..()
create_reagents(max_fuel)
if (starting_fuel) {
if (starting_fuel)
reagents.add_reagent("fuel", max_fuel)
}

base_icon_state = initial(icon_state)
return

Expand Down

0 comments on commit 6c7f68c

Please sign in to comment.