Skip to content

Commit

Permalink
removes dis TG change
Browse files Browse the repository at this point in the history
  • Loading branch information
Gboster-0 committed Dec 13, 2024
1 parent cf547a1 commit a3e086a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions code/game/objects/effects/decals/decal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -53,13 +53,6 @@

/obj/effect/turf_decal/Destroy(force)
SHOULD_CALL_PARENT(FALSE)
#ifdef UNIT_TESTS
// If we don't do this, turf decals will end up stacking up on a tile, and break the overlay limit
// I hate it too bestie
if(GLOB.running_create_and_destroy)
var/turf/T = loc
T.RemoveElement(/datum/element/decal, icon, icon_state, dir, null, null, alpha, color, null, FALSE, null)
#endif
// Intentionally used over moveToNullspace(), which calls doMove(), which fires
// off an enormous amount of procs, signals, etc, that this temporary effect object
// never needs or affects.
Expand Down

0 comments on commit a3e086a

Please sign in to comment.