From 49aa0b8d75690b69d4b016a091246d80af0ea9e8 Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 31 Oct 2022 15:08:42 +0100 Subject: [PATCH] [MIRROR] Fixes the berserker suit helmet sprite. [MDB IGNORE] (#17265) * Fixes the berserker suit helmet sprite. (#70892) Fixes the berserker suit helmet sprite * Fixes the berserker suit helmet sprite. Co-authored-by: ArcaneMusic <41715314+ArcaneMusic@users.noreply.github.com> --- code/modules/mining/lavaland/tendril_loot.dm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/code/modules/mining/lavaland/tendril_loot.dm b/code/modules/mining/lavaland/tendril_loot.dm index 8d9ab69633d..7883a6d02f1 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