mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2025-12-10 17:52:36 +00:00
Makes borg and mining drone's mesons not full-bright. (#49919)
Moves the background darkness from human.dm to hud.dm
This commit is contained in:
@@ -86,7 +86,7 @@ GLOBAL_LIST_INIT(available_ui_styles, list(
|
|||||||
wanted_lvl.icon_state = "wanted_0"
|
wanted_lvl.icon_state = "wanted_0"
|
||||||
wanted_lvl.screen_loc = ui_wanted_lvl
|
wanted_lvl.screen_loc = ui_wanted_lvl
|
||||||
infodisplay += wanted_lvl
|
infodisplay += wanted_lvl
|
||||||
|
owner.overlay_fullscreen("see_through_darkness", /obj/screen/fullscreen/see_through_darkness)
|
||||||
|
|
||||||
/datum/hud/Destroy()
|
/datum/hud/Destroy()
|
||||||
if(mymob.hud_used == src)
|
if(mymob.hud_used == src)
|
||||||
|
|||||||
@@ -82,7 +82,6 @@
|
|||||||
|
|
||||||
/datum/hud/human/New(mob/living/carbon/human/owner)
|
/datum/hud/human/New(mob/living/carbon/human/owner)
|
||||||
..()
|
..()
|
||||||
owner.overlay_fullscreen("see_through_darkness", /obj/screen/fullscreen/see_through_darkness)
|
|
||||||
|
|
||||||
var/widescreen_layout = FALSE
|
var/widescreen_layout = FALSE
|
||||||
if(owner.client?.prefs?.widescreenpref)
|
if(owner.client?.prefs?.widescreenpref)
|
||||||
|
|||||||
@@ -733,7 +733,7 @@
|
|||||||
|
|
||||||
if(sight_mode & BORGMESON)
|
if(sight_mode & BORGMESON)
|
||||||
sight |= SEE_TURFS
|
sight |= SEE_TURFS
|
||||||
lighting_alpha = LIGHTING_PLANE_ALPHA_INVISIBLE
|
lighting_alpha = LIGHTING_PLANE_ALPHA_MOSTLY_VISIBLE
|
||||||
see_in_dark = 1
|
see_in_dark = 1
|
||||||
|
|
||||||
if(sight_mode & BORGMATERIAL)
|
if(sight_mode & BORGMATERIAL)
|
||||||
|
|||||||
Reference in New Issue
Block a user