Files
Thunder12345andnevimer 20118ad747 Converts a bunch of time/delay vars to use time defines (#92495)
## About The Pull Request

Converts as many time vars expressed in deciseconds as I could find to
use time defines.

## Why It's Good For The Game

Makes these values neater and more readable.

## Changelog
🆑
code: Converted a lot of time-based variables to be expressed with time
defines.
/🆑
# Conflicts:
#	code/modules/clothing/head/hat.dm
#	code/modules/clothing/shoes/boots.dm
#	code/modules/clothing/suits/utility.dm
2025-08-19 22:38:55 -04:00

26 lines
744 B
Plaintext

/obj/item/clothing/gloves/bracer
name = "bone bracers"
desc = "For when you're expecting to get slapped on the wrist. Offers modest protection to your arms."
icon_state = "bracers"
inhand_icon_state = null
strip_delay = 4 SECONDS
equip_delay_other = 2 SECONDS
body_parts_covered = ARMS
cold_protection = ARMS
min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT
resistance_flags = FIRE_PROOF | LAVA_PROOF
armor_type = /datum/armor/gloves_bracer
/obj/item/clothing/gloves/bracer/Initialize(mapload)
. = ..()
AddComponent(/datum/component/adjust_fishing_difficulty, 2)
/datum/armor/gloves_bracer
melee = 15
bullet = 25
laser = 15
energy = 15
bomb = 20
bio = 10