Skip to content

Commit

Permalink
Removes NT SWAT Helmet mouth coverage.
Browse files Browse the repository at this point in the history
Slightly increases the bullet resistance of SWAT gear.
Adds seclite mount for the NT SWAT HELMET.
Slightly lowers SWAT suit slowdown from 0.7 to 0.5.
SWAT helmets now hide your hair.
  • Loading branch information
SirNightKnight committed Jul 3, 2024
1 parent 415c951 commit cebfe60
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions code/modules/clothing/head/helmet.dm
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,12 @@
clothing_flags = STOPSPRESSUREDAMAGE | PLASMAMAN_HELMET_EXEMPT
strip_delay = 80
resistance_flags = FIRE_PROOF | ACID_PROOF
flags_inv = HIDEHAIR
dog_fashion = null

/datum/armor/helmet_swat
melee = 40
bullet = 30
bullet = 40
laser = 30
energy = 40
bomb = 50
Expand All @@ -265,8 +266,11 @@
min_cold_protection_temperature = SPACE_HELM_MIN_TEMP_PROTECT
heat_protection = HEAD
max_heat_protection_temperature = SPACE_HELM_MAX_TEMP_PROTECT
flags_cover = HEADCOVERSEYES | HEADCOVERSMOUTH | PEPPERPROOF
flags_cover = HEADCOVERSEYES | PEPPERPROOF | SNUG_FIT

/obj/item/clothing/head/helmet/swat/nanotrasen/Initialize(mapload)
. = ..()
AddComponent(/datum/component/seclite_attachable, light_icon_state = "flight")

/obj/item/clothing/head/helmet/thunderdome
name = "\improper Thunderdome helmet"
Expand Down
4 changes: 2 additions & 2 deletions code/modules/clothing/suits/armor.dm
Original file line number Diff line number Diff line change
Expand Up @@ -342,14 +342,14 @@
min_cold_protection_temperature = SPACE_SUIT_MIN_TEMP_PROTECT_OFF
heat_protection = CHEST | GROIN | LEGS | FEET | ARMS | HANDS
max_heat_protection_temperature = SPACE_SUIT_MAX_TEMP_PROTECT
slowdown = 0.7
slowdown = 0.5
body_parts_covered = CHEST|GROIN|LEGS|FEET|ARMS|HANDS

//All of the armor below is mostly unused

/datum/armor/armor_swat
melee = 40
bullet = 30
bullet = 40
laser = 30
energy = 40
bomb = 50
Expand Down
Binary file modified icons/mob/clothing/head/helmet.dmi
Binary file not shown.
Binary file modified icons/obj/clothing/head/helmet.dmi
Binary file not shown.

0 comments on commit cebfe60

Please sign in to comment.