Blurry eyes just got blurrier

This commit is contained in:
Unknown
2018-08-08 11:24:21 +02:00
parent 64e0a494cb
commit 9ca7e38f7a
7 changed files with 29 additions and 17 deletions
-5
View File
@@ -123,11 +123,6 @@
/obj/screen/fullscreen/impaired
icon_state = "impairedoverlay"
/obj/screen/fullscreen/blurry
icon = 'icons/mob/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
icon_state = "blurry"
/obj/screen/fullscreen/flash
icon = 'icons/mob/screen_gen.dmi'
screen_loc = "WEST,SOUTH to EAST,NORTH"
+4 -2
View File
@@ -29,9 +29,11 @@
blend_mode = BLEND_OVERLAY
/obj/screen/plane_master/game_world/backdrop(mob/mymob)
filters = list()
if(istype(mymob) && mymob.client && mymob.client.prefs && mymob.client.prefs.ambientocclusion)
filters += AMBIENT_OCCLUSION
add_filter("ambient_occlusion", 0, list("type" = "drop_shadow", "x" = 0, "y" = -2, "size" = 4, "border" = 4, "color" = "#04080FAA"))
else
remove_filter("ambient_occlusion")
update_filters()
/obj/screen/plane_master/lighting
name = "lighting plane master"