Skip to content

Commit 970b5e5

Browse files
Added a used hypospray subtype for mapping.
1 parent 3c8e7b8 commit 970b5e5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

code/modules/reagents/reagent_containers/hypospray.dm

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,10 @@
187187
update_name()
188188
update_icon()
189189

190+
/obj/item/chems/hypospray/autoinjector/used/Initialize()
191+
. = ..()
192+
atom_flags &= ~ATOM_FLAG_OPEN_CONTAINER
193+
190194
/obj/item/chems/hypospray/autoinjector/populate_reagents()
191195
SHOULD_CALL_PARENT(TRUE)
192196
. = ..()

0 commit comments

Comments
 (0)