Merge pull request #1028 from Telvayne/patch-3

Unlimited Welder Fix
This commit is contained in:
Neerti
2016-02-20 15:25:35 -05:00

View File

@@ -216,7 +216,7 @@
if(prob(5))
remove_fuel(1)
if(get_fuel() == 0)
if(get_fuel() < 1)
setWelding(0)
//I'm not sure what this does. I assume it has to do with starting fires...