byond - Modules - TypesVar Details

blowtorch

Vars

max_fuelThe max amount of fuel the welder can hold
starting_fuelAdding this line of code to determine whether a welder should have fuel when created or not.
weld_tickUsed to slowly deplete the fuel when the tool is left on.
weldingWhether 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)