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
This commit is contained in:
Thunder12345
2025-08-19 22:38:55 -04:00
committed by nevimer
parent e49cc16148
commit 20118ad747
109 changed files with 291 additions and 291 deletions
@@ -15,7 +15,7 @@
width = 23
height = 23
launch_status = 0
callTime = 250
callTime = 25 SECONDS
movement_force = list("KNOCKDOWN" = 0,"THROW" = 0)
/obj/item/circuitboard/computer/cyborg_mothership