mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-24 13:38:41 +01:00
[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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user