Skip to content

Commit

Permalink
Revert "Update tables_racks.dm"
Browse files Browse the repository at this point in the history
This reverts commit 26b81cb.
  • Loading branch information
XeonMations committed Dec 21, 2024
1 parent 26b81cb commit ed4f733
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,6 @@ CREATION_TEST_IGNORE_SUBTYPES(/obj/structure/table)
buildstack = _buildstack
AddElement(/datum/element/climbable)

/obj/structure/table/MouseDrop_T(atom/dropping, mob/user, params)
. = ..()

//Adds the component only once. We do it here & not in Initialize() because there are tons of windows & we don't want to add to their init times
LoadComponent(/datum/component/leanable, dropping)

/obj/structure/table/Bumped(mob/living/carbon/human/H)
. = ..()
if(!istype(H))
Expand Down

0 comments on commit ed4f733

Please sign in to comment.