Bug fix's since i somehow broke my git for the last time (#7008)

Fixes #6758
Fixes #6763
Fixes #6697
Fixes #6495
Fixes #7007
This commit is contained in:
Lady Fowl
2019-09-18 20:34:14 +03:00
committed by Erki
parent 80f371d8e6
commit 9cd6f2ab11
9 changed files with 58 additions and 8 deletions
-2
View File
@@ -318,8 +318,6 @@
var/obj/item/weapon/weldingtool/F = P
if (!F.welding)//welding tools are 0 when off
return
if (!F.remove_fuel(1, user))//This function removes the fuel and does the usual eyedamage checks, if it returns 0 then the welder is out of fuel and cant burn paper
return
else
//If we got here somehow, the item is incompatible and can't burn things
return