mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-27 15:01:04 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user