Skip to content

Commit

Permalink
[MIRROR] Fix broken borg overlays
Browse files Browse the repository at this point in the history
  • Loading branch information
SierraKomodo authored and SierraHelper committed Jan 7, 2024
1 parent a779b2c commit 6fde0da
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions code/modules/mob/living/silicon/robot/robot.dm
Original file line number Diff line number Diff line change
Expand Up @@ -881,11 +881,7 @@
if(!eye_overlay)
eye_overlay = image(icon, eye_icon_state)
var/mutable_appearance/A = emissive_appearance(icon, eye_icon_state)
A.render_target = "*I am testing stuff ok"
eye_overlay.filters += filter(type = "layer", render_source = "*I am testing stuff ok")
eye_overlay.AddOverlays(A)
//eye_overlay.plane = EFFECTS_ABOVE_LIGHTING_PLANE
//eye_overlay.layer = EYE_GLOW_LAYER
eye_overlays[eye_icon_state] = eye_overlay
z_flags |= ZMM_MANGLE_PLANES
AddOverlays(eye_overlay)
Expand Down

0 comments on commit 6fde0da

Please sign in to comment.