Skip to content

Commit

Permalink
Update render_plate.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
Iajret committed Oct 28, 2023
1 parent adb2598 commit bb14591
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions code/_onclick/hud/rendering/render_plate.dm
Original file line number Diff line number Diff line change
Expand Up @@ -79,10 +79,12 @@
/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))
// FF EDIT REMOVAL BEGIN
/* 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)))
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))) */
// FF EDIT REMOVAL END

// Blackness renders weird when you view down openspace, because of transforms and borders and such
// This is a consequence of not using lummy's grouped transparency, but I couldn't get that to work without totally fucking up
Expand Down

0 comments on commit bb14591

Please sign in to comment.