Skip to content

Commit

Permalink
s
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelampost committed Nov 18, 2024
1 parent 8f1045b commit b414dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/game/objects/items/reagent_containers/autoinjectors.dm
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@
to_chat(user, SPAN_DANGER("You have no idea where to inject [src]."))

if(uses_left == 0)
addtimer(CALLBACK(src, PROC_REF(destroy)), 120 SECONDS)
addtimer(CALLBACK(src, PROC_REF(remove_crystal)), 120 SECONDS)

/obj/item/reagent_container/hypospray/autoinjector/yautja/proc/destroy()
/obj/item/reagent_container/hypospray/autoinjector/yautja/proc/remove_crystal()
visible_message(SPAN_DANGER("[src] collapses into nothing."))
qdel(src)

Expand Down

0 comments on commit b414dbb

Please sign in to comment.