From 97ac5d3f1a25e37ea575ace7b8290ed7544ac711 Mon Sep 17 00:00:00 2001 From: "n3ophyt3@gmail.com" Date: Sun, 20 Feb 2011 20:21:38 +0000 Subject: [PATCH] Containment fields once again zap the shit out of you if you get too close to them. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@1079 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/power/singularity/field_generator.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/power/singularity/field_generator.dm b/code/modules/power/singularity/field_generator.dm index bfdacbdedbd..313470834a1 100644 --- a/code/modules/power/singularity/field_generator.dm +++ b/code/modules/power/singularity/field_generator.dm @@ -284,6 +284,7 @@ T = get_step(T, NSEW) if(!locate(/obj/machinery/containment_field) in T) var/obj/machinery/containment_field/CF = new/obj/machinery/containment_field() + CF.set_master(src,G) fields += CF G.fields += CF CF.loc = T