Final crafting fixes

This commit is contained in:
Markolie
2015-02-22 02:24:53 +01:00
parent efb45ea228
commit 886bf7400b
6 changed files with 9 additions and 8 deletions
@@ -164,8 +164,8 @@ They can only use one tool at a time, they can't choose modules, and they have 1
user << "Need more welding fuel!"
return
else if(istype(W, /obj/item/weapon/cable_coil) && wiresexposed)
var/obj/item/weapon/cable_coil/coil = W
else if(istype(W, /obj/item/stack/cable_coil) && wiresexposed)
var/obj/item/stack/cable_coil/coil = W
adjustFireLoss(-30)
updatehealth()
coil.use(1)