Sleepy me. Fixed now

This commit is contained in:
farie82
2018-10-20 20:35:20 +02:00
committed by GitHub
parent 4c37dda301
commit 2018da1b8f
+1 -1
View File
@@ -227,7 +227,7 @@
//Welding tools
if(istype(O, /obj/item/weldingtool))
var/obj/item/weldingtool/weld = O
ext.reagents.check_and_add("fuel", weld.max_fuel, 2 * coeff)
weld.reagents.check_and_add("fuel", weld.max_fuel, 2 * coeff)
if(R)
if(R.module)
R.module.respawn_consumable(R)