diff --git a/code/modules/power/singularity/singularity.dm b/code/modules/power/singularity/singularity.dm index 7f335e16f55..bcd1a37f504 100644 --- a/code/modules/power/singularity/singularity.dm +++ b/code/modules/power/singularity/singularity.dm @@ -88,6 +88,9 @@ var/global/list/uneatable = list( event() return + attack_ai() //to prevent ais from gibbing themselves when they click on one. + return + proc dissipate() if(!dissipate)