mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 20:48:56 +01:00
[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>
This commit is contained in:
co-authored by
LemonInTheDark
parent
744693c60f
commit
08c9b50bb1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user