Skip to content

Commit

Permalink
Update table_rack.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
AmoryBlaine committed Jan 9, 2025
1 parent 4b8a7ac commit 8ba2cde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/frames/table_rack.dm
Original file line number Diff line number Diff line change
Expand Up @@ -188,9 +188,9 @@

/obj/item/frame/rack/attackby(obj/item/W, mob/user)
..()
if(HAS_TRAIT(W, TRAIT_TOOL_WRENCH))
/* if(HAS_TRAIT(W, TRAIT_TOOL_WRENCH))
new /obj/item/stack/sheet/metal(get_turf(src))
qdel(src)
qdel(src) */

/obj/item/frame/rack/attack_self(mob/user)
..()
Expand Down

0 comments on commit 8ba2cde

Please sign in to comment.