Skip to content

Commit

Permalink
Fixes overlay issues. (#23186)
Browse files Browse the repository at this point in the history
Co-authored-by: Adrer <[email protected]>
  • Loading branch information
Adrer and Adrer authored Nov 7, 2023
1 parent 635dd52 commit 400661b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
return ..()

/obj/effect/projectile/proc/apply_vars(angle_override, p_x = 0, p_y = 0, color_override, scaling = 1, new_loc, increment = 0)
var/mutable_appearance/look = new(src)
var/mutable_appearance/look = mutable_appearance(icon, icon_state, layer)
look.appearance_flags = RESET_COLOR | RESET_ALPHA
look.pixel_x = p_x
look.pixel_y = p_y
Expand Down

0 comments on commit 400661b

Please sign in to comment.