blowtorch
Vars | |
max_fuel | The max amount of fuel the welder can hold |
---|---|
starting_fuel | Adding this line of code to determine whether a welder should have fuel when created or not. |
weld_tick | Used to slowly deplete the fuel when the tool is left on. |
welding | Whether or not the blowtorch is off(0), on(1) or currently welding(2) |
Var Details
max_fuel
The max amount of fuel the welder can hold
starting_fuel
Adding this line of code to determine whether a welder should have fuel when created or not.
weld_tick
Used to slowly deplete the fuel when the tool is left on.
welding
Whether or not the blowtorch is off(0), on(1) or currently welding(2)