Skip to content

Commit

Permalink
make the singularity no longer qdel itself when shot
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonMations committed May 26, 2024
1 parent d162513 commit 10cb8a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/datums/components/singularity.dm
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,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)

Expand Down

0 comments on commit 10cb8a0

Please sign in to comment.