From 4fabb663ae57f184815f60d7f1fcd2079140dcba Mon Sep 17 00:00:00 2001 From: Unknown Date: Sun, 17 Apr 2022 20:58:04 -0400 Subject: [PATCH] Thirty seems to be a better number --- code/_onclick/hud/hud.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index 06b7af6691..7b0124d0a3 100644 --- a/code/_onclick/hud/hud.dm +++ b/code/_onclick/hud/hud.dm @@ -41,7 +41,7 @@ var/list/global_huds = list( /datum/global_hud/proc/setup_overlay(var/icon_state) var/obj/screen/screen = new /obj/screen() - screen.alpha = 100 // Adjut this if you want goggle overlays to be thinner or thicker. + screen.alpha = 30 // Adjut this if you want goggle overlays to be thinner or thicker. //VOREStation Edit screen.screen_loc = "SOUTHWEST to NORTHEAST" // Will tile up to the whole screen, scaling beyond 15x15 if needed. screen.icon = 'icons/obj/hud_tiled.dmi' screen.icon_state = icon_state