Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scrap helmet 2 #624

Closed
wants to merge 19 commits into from
2 changes: 1 addition & 1 deletion code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@
)
flags_inv = BLOCKHAIR
body_parts_covered = 0
siemens_coefficient = 0.9
siemens_coefficient = 0.9
25 changes: 24 additions & 1 deletion code/modules/clothing/suits/alien.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Binary file modified icons/mob/species/vox/head.dmi
Binary file not shown.
Binary file modified icons/mob/species/vox/onmob_head_vox.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/obj_head.dmi
Binary file not shown.
5 changes: 5 additions & 0 deletions maps/away/voxship/voxship-2.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down