Merge pull request #10382 from Mloc/freezyfixes

fixes
This commit is contained in:
Zuhayr
2015-07-31 03:55:34 +09:30
9 changed files with 50 additions and 33 deletions
+6 -2
View File
@@ -211,8 +211,12 @@
/obj/item/weapon/weldingtool/process()
if(welding && prob(5) && !remove_fuel(1))
setWelding(0)
if(welding)
if(prob(5))
remove_fuel(1)
if(get_fuel() == 0)
setWelding(0)
//I'm not sure what this does. I assume it has to do with starting fires...
//...but it doesnt check to see if the welder is on or not.