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:
LemonInTheDark
2020-03-13 17:59:53 -07:00
committed by GitHub
parent 7178d7754a
commit 430d9f5cb9
3 changed files with 2 additions and 3 deletions

View File

@@ -86,7 +86,7 @@ GLOBAL_LIST_INIT(available_ui_styles, list(
wanted_lvl.icon_state = "wanted_0"
wanted_lvl.screen_loc = ui_wanted_lvl
infodisplay += wanted_lvl
owner.overlay_fullscreen("see_through_darkness", /obj/screen/fullscreen/see_through_darkness)
/datum/hud/Destroy()
if(mymob.hud_used == src)