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

41 lines
1.3 KiB
Plaintext

/obj/item/clothing/gloves/combat
name = "combat gloves"
desc = "These tactical gloves are fireproof and electrically insulated."
icon_state = "black"
greyscale_colors = "#2f2e31"
siemens_coefficient = 0
strip_delay = 8 SECONDS
cold_protection = HANDS
min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT
heat_protection = HANDS
max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT
resistance_flags = NONE
armor_type = /datum/armor/gloves_combat
clothing_traits = list(TRAIT_FAST_CUFFING)
/datum/armor/gloves_combat
bio = 90
fire = 80
acid = 50
/obj/item/clothing/gloves/combat/wizard
name = "enchanted gloves"
desc = "These gloves have been enchanted with a spell that makes them electrically insulated and fireproof."
icon_state = "wizard"
greyscale_colors = null
inhand_icon_state = null
/obj/item/clothing/gloves/combat/wizard/Initialize(mapload)
. = ..()
AddComponent(/datum/component/adjust_fishing_difficulty, -5) //something something wizard casting
/obj/item/clothing/gloves/combat/floortile
name = "floortile camouflage gloves"
desc = "Is it just me or is there a pair of gloves on the floor?"
icon_state = "ftc_gloves"
inhand_icon_state = "greyscale_gloves"
/obj/item/clothing/gloves/combat/floortile/Initialize(mapload)
. = ..()
AddComponent(/datum/component/adjust_fishing_difficulty, -5) //tacticool