From 33bfec841b4e059f449a2a1c462019bef8cc96c6 Mon Sep 17 00:00:00 2001 From: imsxz Date: Fri, 17 May 2019 12:15:44 -0400 Subject: [PATCH] cakehat nerf --- code/modules/clothing/head/misc_special.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 5565cf4a5f9..eddee8115e3 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -47,7 +47,7 @@ armor = list("melee" = 0, "bullet" = 0, "laser" = 0,"energy" = 0, "bomb" = 0, "bio" = 0, "rad" = 0, "fire" = 0, "acid" = 0) brightness_on = 2 //luminosity when on flags_cover = HEADCOVERSEYES - heat = 1000 + heat = 999 /obj/item/clothing/head/hardhat/cakehat/process() var/turf/location = src.loc @@ -64,7 +64,7 @@ force = 15 throwforce = 15 damtype = BURN - hitsound = 'sound/items/welder.ogg' + hitsound = 'sound/weapons/sear.ogg' START_PROCESSING(SSobj, src) /obj/item/clothing/head/hardhat/cakehat/turn_off()