diff --git a/code/modules/1713/apparel_worldwars.dm b/code/modules/1713/apparel_worldwars.dm index 4357b1362a..5a8f49d929 100644 --- a/code/modules/1713/apparel_worldwars.dm +++ b/code/modules/1713/apparel_worldwars.dm @@ -2535,6 +2535,14 @@ obj/item/clothing/accessory/storage/webbing/ww1/ww2/stormgroup/Scout flags_inv = BLOCKHEADHAIR armor = list(melee = 40, arrow = 30, gun = 10, energy = 15, bomb = 40, bio = 20, rad = FALSE) +/obj/item/clothing/head/helmet/ww2/gerhelm/paratrooper + name = "Fallschirmjager stahlhelm" + desc = "A fallschirmjager helmet." + icon_state = "stahlhelm_para" + item_state = "stahlhelm_para" + worn_state = "stahlhelm_para" + armor = list(melee = 35, arrow = 30, gun = 10, energy = 15, bomb = 35, bio = 20, rad = FALSE) + /obj/item/clothing/head/helmet/ww2/gerhelm_medic name = "german medic stahlhelm" desc = "The typical rounded steel helmet of the Wehrmacht, this one belonging to a medic." diff --git a/code/modules/1713/jobs/german.dm b/code/modules/1713/jobs/german.dm index d0301a07ac..c3d74dc879 100644 --- a/code/modules/1713/jobs/german.dm +++ b/code/modules/1713/jobs/german.dm @@ -1964,7 +1964,7 @@ //clothes H.equip_to_slot_or_del(new /obj/item/clothing/under/ww2/german(H), slot_w_uniform) //head - H.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/ww2/gerhelm(H), slot_head) + H.equip_to_slot_or_del(new /obj/item/clothing/head/helmet/ww2/gerhelm/paratrooper(H), slot_head) //back var/obj/item/clothing/under/uniform = H.w_uniform var/randimpw = rand(1,4) diff --git a/icons/mob/head.dmi b/icons/mob/head.dmi index aeb1362ea0..26fec25879 100644 Binary files a/icons/mob/head.dmi and b/icons/mob/head.dmi differ diff --git a/icons/obj/clothing/hats.dmi b/icons/obj/clothing/hats.dmi index 130ba08898..cc47576ae8 100644 Binary files a/icons/obj/clothing/hats.dmi and b/icons/obj/clothing/hats.dmi differ diff --git a/icons/obj/gun_att.dmi b/icons/obj/gun_att.dmi index 56e6046467..5097a93131 100644 Binary files a/icons/obj/gun_att.dmi and b/icons/obj/gun_att.dmi differ diff --git a/icons/obj/guns/automatic.dmi b/icons/obj/guns/automatic.dmi index 43fd2ab9b8..de67d967c0 100644 Binary files a/icons/obj/guns/automatic.dmi and b/icons/obj/guns/automatic.dmi differ