Skip to content

Commit

Permalink
Update tables_racks.dm
Browse files Browse the repository at this point in the history
  • Loading branch information
vero5123 authored Mar 28, 2024
1 parent 5978819 commit 60b1ea2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions code/game/objects/structures/tables_racks.dm
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,6 @@
var/obj/item/grab/G = W
if(istype(G.grabbed_thing, /mob/living))
var/mob/living/M = G.grabbed_thing
if(!src.Adjacent(M))
visible_message(SPAN_DANGER("[M] is too far to place onto [src]"))
return
if(user.a_intent == INTENT_HARM)
if(user.grab_level > GRAB_AGGRESSIVE)
if (prob(15))
Expand Down

0 comments on commit 60b1ea2

Please sign in to comment.