diff --git a/code/_onclick/hud/hud.dm b/code/_onclick/hud/hud.dm index aef10cd979..06b7af6691 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 = 40 // Adjut this if you want goggle overlays to be thinner or thicker. + screen.alpha = 100 // Adjut this if you want goggle overlays to be thinner or thicker. 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 diff --git a/vorestation.dme b/vorestation.dme index 9792264569..cea3a6b588 100644 --- a/vorestation.dme +++ b/vorestation.dme @@ -2358,9 +2358,9 @@ #include "code\modules\games\cardemon.dm" #include "code\modules\games\cards.dm" #include "code\modules\games\dice.dm" +#include "code\modules\games\schnapsen_vr.dm" #include "code\modules\games\spaceball_cards.dm" #include "code\modules\games\tarot.dm" -#include "code\modules\games\schnapsen_vr.dm" #include "code\modules\games\wizoff.dm" #include "code\modules\genetics\side_effects.dm" #include "code\modules\ghosttrap\trap.dm"