Skip to content
This repository was archived by the owner on May 22, 2025. It is now read-only.

Commit fcab26f

Browse files
authored
Grinder should not do that (#22854)
1 parent 5aacf30 commit fcab26f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

code/modules/reagents/chemistry/machinery/reagentgrinder.dm

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,9 @@
136136
return TRUE
137137

138138
if (istype(I, /obj/item/reagent_containers) && !(I.item_flags & ABSTRACT) && I.is_open_container())
139+
if(operating)
140+
to_chat(user, span_warning("[src] is operating!"))
141+
return
139142
var/obj/item/reagent_containers/B = I
140143
. = TRUE //no afterattack
141144
if(!user.transferItemToLoc(B, src))

0 commit comments

Comments
 (0)