Merge pull request #7441 from FlattestGuitar/blur

Blurry eyes just got blurrier
This commit is contained in:
deathride58
2018-08-12 20:38:50 -04:00
committed by GitHub
7 changed files with 33 additions and 16 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, AMBIENT_OCCLUSION)
else
remove_filter("ambient_occlusion")
update_filters()
/obj/screen/plane_master/lighting
name = "lighting plane master"