diff --git a/code/modules/clothing/head/misc_special.dm b/code/modules/clothing/head/misc_special.dm index 9f51b0bd242..7ac010bfeb3 100644 --- a/code/modules/clothing/head/misc_special.dm +++ b/code/modules/clothing/head/misc_special.dm @@ -70,7 +70,7 @@ if(status > 1) return src.onfire = !( src.onfire ) if (src.onfire) - src.force = 3 + src.force = 15 src.damtype = "fire" src.icon_state = "cake1" SSobj.processing |= src @@ -150,4 +150,4 @@ flags_inv = 0 action_button_name = "Toggle Nose Light" armor = list(melee = 0, bullet = 0, laser = 0,energy = 0, bomb = 0, bio = 0, rad = 0) - brightness_on = 1 //luminosity when on \ No newline at end of file + brightness_on = 1 //luminosity when on