diff --git a/code/modules/clothing/suits/alien.dm b/code/modules/clothing/suits/alien.dm index 9806975a8f..aa1c5c5333 100644 --- a/code/modules/clothing/suits/alien.dm +++ b/code/modules/clothing/suits/alien.dm @@ -94,4 +94,27 @@ /obj/item/clothing/suit/armor/vox_scrap/New() ..() - slowdown_per_slot[slot_wear_suit] = 3 + slowdown_per_slot[slot_wear_suit] = 2 + +/obj/item/clothing/head/helmet/vox_scrap + name = "rusted metal helmet" + desc = "A hodgepodge of various pieces of unknown heavy metal scrapped together into a rudimentary vox-shaped helmet." + icon = 'icons/obj/clothing/obj_head.dmi' + item_icons = list(slot_head_str = 'icons/mob/species/vox/onmob_head_vox.dmi') + icon_state = "vox_scrap" + armor = list( + melee = ARMOR_MELEE_VERY_HIGH, + bullet = ARMOR_BALLISTIC_RIFLE, + laser = ARMOR_LASER_MAJOR, + bomb = ARMOR_BOMB_PADDED + ) + item_flags = ITEM_FLAG_THICKMATERIAL + flags_inv = HIDEEARS|BLOCKHEADHAIR + body_parts_covered = HEAD|FACE + species_restricted = list(SPECIES_VOX) + siemens_coefficient = 1 + tint = 4 + + /obj/item/clothing/head/helmet/vox_scrap/New() + ..() + slowdown_per_slot[slot_head] = 0.7 \ No newline at end of file diff --git a/icons/mob/species/vox/head.dmi b/icons/mob/species/vox/head.dmi index 213eef85fa..dccb1dbe87 100644 Binary files a/icons/mob/species/vox/head.dmi and b/icons/mob/species/vox/head.dmi differ diff --git a/icons/mob/species/vox/onmob_head_vox.dmi b/icons/mob/species/vox/onmob_head_vox.dmi index 784d259050..2f06081aa0 100644 Binary files a/icons/mob/species/vox/onmob_head_vox.dmi and b/icons/mob/species/vox/onmob_head_vox.dmi differ diff --git a/icons/obj/clothing/obj_head.dmi b/icons/obj/clothing/obj_head.dmi index e8523c6c4f..0e656274c8 100644 Binary files a/icons/obj/clothing/obj_head.dmi and b/icons/obj/clothing/obj_head.dmi differ diff --git a/maps/away/voxship/voxship-2.dmm b/maps/away/voxship/voxship-2.dmm index 340cd81e79..1c09184529 100644 --- a/maps/away/voxship/voxship-2.dmm +++ b/maps/away/voxship/voxship-2.dmm @@ -787,6 +787,11 @@ /obj/item/clothing/suit/armor/vox_scrap, /obj/item/clothing/suit/armor/vox_scrap, /obj/item/clothing/suit/armor/vox_scrap, +/obj/item/clothing/head/helmet/vox_scrap, +/obj/item/clothing/head/helmet/vox_scrap, +/obj/item/clothing/head/helmet/vox_scrap, +/obj/item/clothing/head/helmet/vox_scrap, +/obj/item/clothing/head/helmet/vox_scrap, /obj/item/clothing/under/vox/vox_casual, /obj/item/clothing/under/vox/vox_casual, /obj/item/clothing/under/vox/vox_casual,