Skip to content

Commit

Permalink
Grinder should not do that (#22854)
Browse files Browse the repository at this point in the history
  • Loading branch information
Oblisk234 authored Dec 16, 2024
1 parent 5aacf30 commit fcab26f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions code/modules/reagents/chemistry/machinery/reagentgrinder.dm
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,9 @@
return TRUE

if (istype(I, /obj/item/reagent_containers) && !(I.item_flags & ABSTRACT) && I.is_open_container())
if(operating)
to_chat(user, span_warning("[src] is operating!"))
return
var/obj/item/reagent_containers/B = I
. = TRUE //no afterattack
if(!user.transferItemToLoc(B, src))
Expand Down

0 comments on commit fcab26f

Please sign in to comment.