Refactor removing unused defines. (#82115)

## About The Pull Request

Refactors a lot of the unused defines.

## Why It's Good For The Game

Refactors a lot of the unused defines.

## Changelog
Nothing player facing

---------

Co-authored-by: san7890 <the@san7890.com>
This commit is contained in:
Bilbo367
2024-03-22 21:29:35 -06:00
committed by GitHub
co-authored by san7890
parent f76a0dd577
commit 466b3df048
153 changed files with 286 additions and 388 deletions
@@ -71,7 +71,7 @@
/// How far the computer's light can reach, is not editable by players.
var/comp_light_luminosity = 3
/// The built-in light's color, editable by players.
var/comp_light_color = "#FFFFFF"
var/comp_light_color = COLOR_WHITE
///Power usage when the computer is open (screen is active) and can be interacted with.
var/base_active_power_usage = 125