mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 23:27:34 +01:00
[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:
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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user