diff --git a/code/modules/mining/lavaland/tendril_loot.dm b/code/modules/mining/lavaland/tendril_loot.dm index 447c35e4a82..19073ac2160 100644 --- a/code/modules/mining/lavaland/tendril_loot.dm +++ b/code/modules/mining/lavaland/tendril_loot.dm @@ -648,6 +648,8 @@ name = "berserker helmet" desc = "Peering into the eyes of the helmet is enough to seal damnation." icon_state = "berserker" + icon = 'icons/obj/clothing/head/helmet.dmi' + worn_icon = 'icons/mob/clothing/head/helmet.dmi' armor = list(MELEE = 30, BULLET = 30, LASER = 10, ENERGY = 20, BOMB = 50, BIO = 0, FIRE = 100, ACID = 100) actions_types = list(/datum/action/item_action/berserk_mode) cold_protection = HEAD