[MIRROR] Fix singularities destroying themselves when getting hit with projectiles (#2797)

* Fix singularities destroying themselves when getting hit with projectiles (#56242)

Fixes #56222

* Fix singularities destroying themselves when getting hit with projectiles

Co-authored-by: Mothblocks <35135081+Jared-Fogle@users.noreply.github.com>
This commit is contained in:
SkyratBot
2021-01-20 02:39:33 +00:00
committed by GitHub
co-authored by Mothblocks
parent 0ac305f348
commit d76fb8d8d3
+1 -1
View File
@@ -141,7 +141,7 @@
consume(source, user)
// Will there be an impact? Who knows. Will we see it? No.
/datum/component/singularity/proc/consume_bullets(obj/projectile/projectile)
/datum/component/singularity/proc/consume_bullets(datum/source, obj/projectile/projectile)
SIGNAL_HANDLER
qdel(projectile)