Merge pull request #4113 from CHOMPStation2/upstream-merge-12777

[MIRROR] Makes Vision Overlays Not Painful
This commit is contained in:
Nadyr
2022-04-18 01:14:16 -04:00
committed by GitHub
2 changed files with 2 additions and 2 deletions

View File

@@ -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 = 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_vr.dmi' //VOREStation Edit
screen.icon_state = icon_state

View File

@@ -2510,9 +2510,9 @@
#include "code\modules\games\cards.dm"
#include "code\modules\games\cards_ch.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"