Skip to content

Commit

Permalink
no stealing batons
Browse files Browse the repository at this point in the history
  • Loading branch information
HMBGERDO committed Sep 8, 2024
1 parent 2032afb commit 1627922
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/recycling/disposal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,9 @@
if(stat & BROKEN || !user || I.flags & ABSTRACT)
return

if(user.a_intent != INTENT_HELP)
return

src.add_fingerprint(user)

if(istype(I, /obj/item/melee/energy/blade))
Expand Down

0 comments on commit 1627922

Please sign in to comment.