From fd37bd99f0669f73792329ca9c35ab5cc5d3d0cb Mon Sep 17 00:00:00 2001 From: "baloh.matevz" Date: Wed, 9 Mar 2011 22:49:04 +0000 Subject: [PATCH] AIs will no longer gib themselves if they click on the singularity. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1172 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/power/singularity/singularity.dm | 3 +++ 1 file changed, 3 insertions(+) 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)