Skip to content

Commit

Permalink
removes halloween filter
Browse files Browse the repository at this point in the history
  • Loading branch information
ktlwjec0 committed Oct 21, 2024
1 parent fc96fbc commit 8a73dea
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/_onclick/hud/rendering/render_plate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -80,10 +80,6 @@
/atom/movable/screen/plane_master/rendering_plate/game_plate/Initialize(mapload, datum/hud/hud_owner)
. = ..()
add_filter("displacer", 1, displacement_map_filter(render_source = OFFSET_RENDER_TARGET(GRAVITY_PULSE_RENDER_TARGET, offset), size = 10))
if(check_holidays(HALLOWEEN))
// Makes things a tad greyscale (leaning purple) and drops low colors for vibes
// We're basically using alpha as better constant here btw
add_filter("spook_color", 2, color_matrix_filter(list(0.75,0.13,0.13,0, 0.13,0.7,0.13,0, 0.13,0.13,0.75,0, -0.06,-0.09,-0.08,1, 0,0,0,0)))

/atom/movable/screen/plane_master/rendering_plate/game_plate/show_to(mob/mymob)
. = ..()
Expand Down

0 comments on commit 8a73dea

Please sign in to comment.