Skip to content

Commit

Permalink
Welding screen welders
Browse files Browse the repository at this point in the history
  • Loading branch information
morrowwolf committed Oct 16, 2023
1 parent 45e0af8 commit 0f289ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion code/game/objects/items/tools/maintenance_tools.dm
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,9 @@
var/max_fuel = 40
/// Used to slowly deplete the fuel when the tool is left on.
var/weld_tick = 0
var/has_welding_screen = FALSE

/// Whether you need welding protection to use without eye damage, if it has a welding screen you do not take eye damage
var/has_welding_screen = TRUE

/obj/item/tool/weldingtool/Initialize()
. = ..()
Expand Down

0 comments on commit 0f289ec

Please sign in to comment.