Skip to content

Commit

Permalink
commit name
Browse files Browse the repository at this point in the history
  • Loading branch information
SabreML committed Dec 21, 2023
1 parent 94ff96a commit db62bf9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/game/machinery/computer/camera_console.dm
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,6 @@
instance.del_on_map_removal = FALSE
if(instance.blend_mode_override)
instance.blend_mode = instance.blend_mode_override
if(istype(instance, /atom/movable/screen/plane_master/lighting))
instance.add_filter("awooga", 1, color_matrix_filter(color_matrix_from_string("#90ee90")))
instance.screen_loc = "[map_name]:CENTER"
cam_plane_masters += instance

Expand Down

0 comments on commit db62bf9

Please sign in to comment.