From 08c9b50bb19298d6f998785ea191f1aecbb9d34b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 24 Apr 2023 02:43:15 +0100 Subject: [PATCH] [MIRROR] Removes a redundant cut_overlays in basketball code [MDB IGNORE] (#20723) * Removes a redundant cut_overlays in basketball code (#74916) ## About The Pull Request It doesn't like, do anything except clear our emissive blockers, since we aren't directly adding overlays anywhere here * Removes a redundant cut_overlays in basketball code --------- Co-authored-by: LemonInTheDark <58055496+LemonInTheDark@users.noreply.github.com> --- code/modules/basketball/hoop.dm | 2 -- 1 file changed, 2 deletions(-) diff --git a/code/modules/basketball/hoop.dm b/code/modules/basketball/hoop.dm index 5c327f2041a..b60540a3cea 100644 --- a/code/modules/basketball/hoop.dm +++ b/code/modules/basketball/hoop.dm @@ -56,8 +56,6 @@ if(dir & NORTH) SET_PLANE_IMPLICIT(src, GAME_PLANE_UPPER) - cut_overlays() - var/dir_offset_x = 0 var/dir_offset_y = 0