From 25dc908a5959630fab7c75aa88fdcab37fdaecf8 Mon Sep 17 00:00:00 2001 From: Lorenc Pekaj Date: Sun, 14 Apr 2019 20:25:16 +1000 Subject: [PATCH] city hard points --- .../irresistible/cnr/features/gangs/turfs.pwn | 33 +++++++++---------- 1 file changed, 16 insertions(+), 17 deletions(-) diff --git a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn b/gamemodes/irresistible/cnr/features/gangs/turfs.pwn index 7d0e88a..da62057 100644 --- a/gamemodes/irresistible/cnr/features/gangs/turfs.pwn +++ b/gamemodes/irresistible/cnr/features/gangs/turfs.pwn @@ -47,23 +47,22 @@ enum e_GANG_ZONE_DATA static const g_gangzoneData[ ] [ e_GANG_ZONE_DATA ] = { - { -1725.0, 1301.5, -1538.0, 1437.5, CITY_SF }, - { -2868.0, 1012.5, -2768.0, 1217.5, CITY_SF }, - { -2497.0, 932.5, -2392.0, 1069.5, CITY_SF }, - { -2054.0, 1084.5, -1892.0, 1171.5, CITY_SF }, - { -1569.0, 822.5, -1418.0, 1019.5, CITY_SF }, - { -2088.0, 573.5, -2008.0, 728.5, CITY_SF }, - { -2523.0, 571.5, -2390.0, 705.5, CITY_SF }, - { -2766.0, 324.5, -2651.0, 426.5, CITY_SF }, - { -2386.0, 70.5, -2273.0, 227.5, CITY_SF }, - { -2139.0, 115.5, -2013.0, 311.5, CITY_SF }, - { -2001.0, 69.5, -1911.0, 219.5, CITY_SF }, - { -2096.0, -279.5, -2011.0, -111.5, CITY_SF }, - { -2523.0, -321.5, -2264.0, -215.5, CITY_SF }, - { -2153.0, -515.5, -1960.0, -374.5, CITY_SF }, - { -2600.0, -68.5, -2504.0, 34.5, CITY_SF }, - { -2245.0, 571.5, -2146.0, 727.5, CITY_SF }, - { -1755.0, -80.5, -1658.0, 27.5, CITY_SF } + { -2076.0, 1036.5, -1873.0, 1088.5, CITY_SF }, + { -2014.0, 937.5, -1873.0, 1036.5, CITY_SF }, + { -2014.0, 829.5, -1886.0, 937.5, CITY_SF }, + { -1873.0, 937.5, -1787.0, 1112.5, CITY_SF }, + { -2014.0, 719.5, -1886.0, 829.5, CITY_SF }, + { -1886.0, 829.5, -1788.0, 937.5, CITY_SF }, + { -1886.0, 719.5, -1788.0, 829.5, CITY_SF }, + { -1788.0, 829.5, -1723.0, 937.5, CITY_SF }, + { -1723.0, 829.5, -1642.0, 937.5, CITY_SF }, + { -1642.0, 829.5, -1564.0, 937.5, CITY_SF }, + { -1564.0, 828.5, -1421.0, 1015.5, CITY_SF }, + { -1667.0, 720.5, -1563.0, 829.5, CITY_SF }, + { -1788.0, 719.5, -1667.0, 829.5, CITY_SF }, + { -1787.0, 935.5, -1704.0, 1037.5, CITY_SF }, + { -1787.0, 1037.5, -1704.0, 1112.5, CITY_SF }, + { -2130.0, 816.5, -2014.0, 1036.5, CITY_SF } } ;