mirror of
https://github.com/Skyrat-SS13/Skyrat-tg.git
synced 2026-08-23 04:48:24 +01:00
[MIRROR] Refactor removing unused defines. (#26998)
* Refactor removing unused defines. (#82115) Refactors a lot of the unused defines. Refactors a lot of the unused defines. Nothing player facing --------- Co-authored-by: san7890 <the@san7890.com> * Oh well. I hope this works fine. --------- Co-authored-by: Bilbo367 <163439532+Bilbo367@users.noreply.github.com> Co-authored-by: san7890 <the@san7890.com> Co-authored-by: Useroth <37159550+Useroth@users.noreply.github.com>
This commit is contained in:
co-authored by
san7890
Bilbo367
Useroth
parent
8d7689c0cc
commit
37bc259bb0
@@ -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 = 15 // SKYRAT EDIT CHANGE - Original: 125
|
||||
|
||||
Reference in New Issue
Block a user