[MIRROR] Fix SHOULD_NOT_SLEEP hit in chemical implant's on_death() [MDB IGNORE] (#21066)

* Fix SHOULD_NOT_SLEEP hit in chemical implant's on_death() (#75269)

See #75232

* Fix SHOULD_NOT_SLEEP hit in chemical implant's on_death()

---------

Co-authored-by: Jordan Dominion <Cyberboss@users.noreply.github.com>
Co-authored-by: lessthanthree <83487515+lessthnthree@users.noreply.github.com>
This commit is contained in:
SkyratBot
2023-05-12 02:16:56 +01:00
committed by GitHub
co-authored by Jordan Dominion lessthanthree
parent cfa3181d05
commit b40dd55e2d
@@ -41,7 +41,7 @@
/obj/item/implant/chem/proc/on_death(mob/living/source)
SIGNAL_HANDLER
activate(reagents.total_volume)
INVOKE_ASYNC(src, TYPE_PROC_REF(/obj/item/implant/chem, activate), reagents.total_volume)
/obj/item/implant/chem/activate(cause)
. = ..()