Merge pull request #380 from Markolie/master

Adds celsius to the freezer/heater, crafting update
This commit is contained in:
ZomgPonies
2015-02-22 08:30:11 -05:00
38 changed files with 745 additions and 780 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)