public PoisonTimer(BaseDoomSystemRegion region) : base(TimeSpan.FromSeconds(0), TimeSpan.FromSeconds(6.0))
            {
                m_Region = region;

                if(region is PoisonRoomRegion)
                    LocationArray = new Point3D[]
                    {
                        new Point3D(356, 22, 15),
                        new Point3D(356, 16, 15),
                        new Point3D(356, 13, 15),
                        new Point3D(356, 7, 15),
                        new Point3D(358, 6, 15),
                        new Point3D(363, 6, 15),
                        new Point3D(368, 6, 15),
                        new Point3D(373, 6, 15)
                    };
            }
Exemple #2
0
            public PoisonTimer(BaseDoomSystemRegion region) : base(TimeSpan.FromSeconds(0), TimeSpan.FromSeconds(6.0))
            {
                m_Region = region;

                if (region is PoisonRoomRegion)
                {
                    LocationArray = new Point3D[]
                    {
                        new Point3D(356 + 5616, 22 + 3544, 15),
                        new Point3D(356 + 5616, 16 + 3544, 15),
                        new Point3D(356 + 5616, 13 + 3544, 15),
                        new Point3D(356 + 5616, 7 + 3544, 15),
                        new Point3D(358 + 5616, 6 + 3544, 15),
                        new Point3D(363 + 5616, 6 + 3544, 15),
                        new Point3D(368 + 5616, 6 + 3544, 15),
                        new Point3D(373 + 5616, 6 + 3544, 15)
                    }
                }
                ;
            }
Exemple #3
0
            public PoisonTimer(BaseDoomSystemRegion region) : base(TimeSpan.FromSeconds(0), TimeSpan.FromSeconds(6.0))
            {
                m_Region = region;

                if (region is PoisonRoomRegion)
                {
                    LocationArray = new Point3D[]
                    {
                        new Point3D(356, 22, 15),
                        new Point3D(356, 16, 15),
                        new Point3D(356, 13, 15),
                        new Point3D(356, 7, 15),
                        new Point3D(358, 6, 15),
                        new Point3D(363, 6, 15),
                        new Point3D(368, 6, 15),
                        new Point3D(373, 6, 15)
                    }
                }
                ;
            }