We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c8e7b8 commit 970b5e5Copy full SHA for 970b5e5
code/modules/reagents/reagent_containers/hypospray.dm
@@ -187,6 +187,10 @@
187
update_name()
188
update_icon()
189
190
+/obj/item/chems/hypospray/autoinjector/used/Initialize()
191
+ . = ..()
192
+ atom_flags &= ~ATOM_FLAG_OPEN_CONTAINER
193
+
194
/obj/item/chems/hypospray/autoinjector/populate_reagents()
195
SHOULD_CALL_PARENT(TRUE)
196
. = ..()
0 commit comments